home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
[Russian] kinopoisk.ru
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ajs" data-source="post: 1212001" data-attributes="member: 68833"><p>Пробежал скриптом по своей БД:</p><p>[CODE=SQL]SELECT DISTINCT TRIM(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(</p><p> word,'.',''),'a drug','drug'),'a rape','rape'),'a scene','scene'),'a sexual','sexual'),'brief',''),'for a ',''),'for an ',''),'for ',''),'some ',''),'mild ','')) AS WORDS FROM (</p><p>WITH split(word, str, offsep) AS (</p><p> VALUES('',</p><p> TRIM((SELECT GROUP_CONCAT(COL,'|') FROM (SELECT DISTINCT REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(TRIM(LTRIM(</p><p> SUBSTR(strPlot,INSTR(strPlot,'MPAA')+6),':'))</p><p> ,',','|'),'and ','|'),' ',' '),'Rated ',' '),'PG ',' '),'G ',' '),'PG-13 ',' '),'NC-17 ',' '),'R ',' '),' ',' ') AS COL</p><p> FROM movieinfo</p><p> WHERE [strPlot] LIKE "%MPAA%" AND INSTR(strPlot,'MPAA')>6)), '| '),</p><p> 1</p><p> ) UNION ALL SELECT</p><p> SUBSTR(str, 0, case when instr(str, '|') then instr(str, '|') else length(str)+1 end),</p><p> ltrim(substr(str, instr(str, '|')), '| '),</p><p> instr(str, '|')</p><p> FROM split</p><p> WHERE offsep</p><p>) SELECT word FROM split WHERE word!='') ORDER BY 1;[/CODE]</p><p>Получил:</p><p>[code]accident scene</p><p>action</p><p>action violence</p><p>adventure action</p><p>alcohol use - all involving teens</p><p>bloody violence</p><p>bloody violence throughout</p><p>brutal medieval warfare</p><p>brutal violence</p><p>comic action</p><p>crude humor</p><p>crude sexual reference</p><p>destruction</p><p>dialogue throughout</p><p>disaster sequence</p><p>disturbing</p><p>disturbing content involving preteens</p><p>disturbing images</p><p>disturbing material</p><p>disturbing prisoner of war violence</p><p>disturbing violent content including torture</p><p>drug</p><p>drug content</p><p>drug material</p><p>drug reference</p><p>drug references</p><p>drug use</p><p>explicit sexual content</p><p>extended</p><p>fantasy action</p><p>frightening images</p><p>frightening moments</p><p>gore</p><p>graphic bloody violence</p><p>graphic nudity</p><p>graphic sexuality</p><p>graphic violence</p><p>grisly images</p><p>heavy drug content</p><p>historical smoking</p><p>images of wounded</p><p>including sex-related dialogue</p><p>innuendo</p><p>intense action</p><p>intense action violence</p><p>intense scenes of action violence</p><p>intense sci-fi violence</p><p>intense sequences of Western violence</p><p>intense sequences of sci-fi action</p><p>intense sequences of violence</p><p>intense stylized action</p><p>language</p><p>language including sexual references</p><p>language throughout</p><p>lot of action/violence</p><p>martial arts action</p><p>mature thematic elements</p><p>mature thematic elements including disturbing violent content</p><p>mental torture/terror</p><p>mildly scary action</p><p>nudity</p><p>nudity/sexuality</p><p>on appeal sexuality/nudity</p><p>partial nudity</p><p>peril</p><p>peril/ frightening images</p><p>pervasive language</p><p>prolonged intense disaster sequences</p><p>rape</p><p>related disturbing images</p><p>rude humor</p><p>scary action</p><p>scary images</p><p>scene of rape</p><p>scene of sexuality</p><p>scene of violent sexual content</p><p>scenes of sexuality</p><p>sci-fi action</p><p>sci-fi action violence</p><p>sensuality</p><p>sequences of intense action</p><p>sequences of intense mixed martial arts fighting</p><p>sequences of intense sci-fi action</p><p>sequences of martial arts action</p><p>sequences of war violence</p><p>sexual content</p><p>sexual content including dialogue</p><p>sexual content/nudity</p><p>sexual images</p><p>sexual material</p><p>sexual reference</p><p>sexual references</p><p>sexuality</p><p>sexuality/nudity</p><p>smoking</p><p>sports action</p><p>strong bloody brutal violence</p><p>strong bloody violence</p><p>strong bloody violence throughout</p><p>strong brutal stylized violence throughout</p><p>strong brutal violence</p><p>strong graphic sexual material</p><p>strong language</p><p>strong language including sexual references</p><p>strong sexual content</p><p>strong sexuality</p><p>strong sexuality/nudity</p><p>strong violence</p><p>strong violence including sexual assault</p><p>strong violence throughout</p><p>strong war violence</p><p>substance abuse</p><p>suggestive</p><p>suggestive content</p><p>suggestive material</p><p>sustained intense war sequences</p><p>sustained strong stylized violence</p><p>thematic elements</p><p>thematic material</p><p>thematic material including frightening sequences of threat with violence</p><p>thematic material involving drug</p><p>thematic material involving threatening behavior</p><p>torture</p><p>violence</p><p>violence including disturbing images</p><p>violence including intense sequences of warfare</p><p>violence throughout</p><p>violent</p><p>violent content</p><p>violent images</p><p>violent situations</p><p>war</p><p>war violence including intense sequences of brutality[/code]</p><p>По идее можно перевести и вставить в граббер ... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> будет на русском ...</p></blockquote><p></p>
[QUOTE="ajs, post: 1212001, member: 68833"] Пробежал скриптом по своей БД: [CODE=SQL]SELECT DISTINCT TRIM(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE( word,'.',''),'a drug','drug'),'a rape','rape'),'a scene','scene'),'a sexual','sexual'),'brief',''),'for a ',''),'for an ',''),'for ',''),'some ',''),'mild ','')) AS WORDS FROM ( WITH split(word, str, offsep) AS ( VALUES('', TRIM((SELECT GROUP_CONCAT(COL,'|') FROM (SELECT DISTINCT REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(TRIM(LTRIM( SUBSTR(strPlot,INSTR(strPlot,'MPAA')+6),':')) ,',','|'),'and ','|'),' ',' '),'Rated ',' '),'PG ',' '),'G ',' '),'PG-13 ',' '),'NC-17 ',' '),'R ',' '),' ',' ') AS COL FROM movieinfo WHERE [strPlot] LIKE "%MPAA%" AND INSTR(strPlot,'MPAA')>6)), '| '), 1 ) UNION ALL SELECT SUBSTR(str, 0, case when instr(str, '|') then instr(str, '|') else length(str)+1 end), ltrim(substr(str, instr(str, '|')), '| '), instr(str, '|') FROM split WHERE offsep ) SELECT word FROM split WHERE word!='') ORDER BY 1;[/CODE] Получил: [code]accident scene action action violence adventure action alcohol use - all involving teens bloody violence bloody violence throughout brutal medieval warfare brutal violence comic action crude humor crude sexual reference destruction dialogue throughout disaster sequence disturbing disturbing content involving preteens disturbing images disturbing material disturbing prisoner of war violence disturbing violent content including torture drug drug content drug material drug reference drug references drug use explicit sexual content extended fantasy action frightening images frightening moments gore graphic bloody violence graphic nudity graphic sexuality graphic violence grisly images heavy drug content historical smoking images of wounded including sex-related dialogue innuendo intense action intense action violence intense scenes of action violence intense sci-fi violence intense sequences of Western violence intense sequences of sci-fi action intense sequences of violence intense stylized action language language including sexual references language throughout lot of action/violence martial arts action mature thematic elements mature thematic elements including disturbing violent content mental torture/terror mildly scary action nudity nudity/sexuality on appeal sexuality/nudity partial nudity peril peril/ frightening images pervasive language prolonged intense disaster sequences rape related disturbing images rude humor scary action scary images scene of rape scene of sexuality scene of violent sexual content scenes of sexuality sci-fi action sci-fi action violence sensuality sequences of intense action sequences of intense mixed martial arts fighting sequences of intense sci-fi action sequences of martial arts action sequences of war violence sexual content sexual content including dialogue sexual content/nudity sexual images sexual material sexual reference sexual references sexuality sexuality/nudity smoking sports action strong bloody brutal violence strong bloody violence strong bloody violence throughout strong brutal stylized violence throughout strong brutal violence strong graphic sexual material strong language strong language including sexual references strong sexual content strong sexuality strong sexuality/nudity strong violence strong violence including sexual assault strong violence throughout strong war violence substance abuse suggestive suggestive content suggestive material sustained intense war sequences sustained strong stylized violence thematic elements thematic material thematic material including frightening sequences of threat with violence thematic material involving drug thematic material involving threatening behavior torture violence violence including disturbing images violence including intense sequences of warfare violence throughout violent violent content violent images violent situations war war violence including intense sequences of brutality[/code] По идее можно перевести и вставить в граббер ... :) будет на русском ... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
[Russian] kinopoisk.ru
Contact us
RSS
Top
Bottom