Hello,
my video library is still growing. To retrieve meta-data from several different movie-databases is really nice thing. Its kind of cool to have movie pictures, genres, actors and so on on your device display.
But I have a small problem with the script of IMDB-reading: I've modified it for the german version of IMDB, but got still the problem of putting the year into the proper field. Also the list of actors isn't completed filled by the script. Only the first actor is choosing by script. Other scripts (I think TheMovieDB.org) works well, but is not in german available.
Has anyone a modified script for IMDB.de with more then one actor and year insertion????
Thanks alot.
Bye.
Media Ressource Database: Problems with IMDB
Re: Media Ressource Database: Problems with IMDB
Hello,
For actors uncomment
adgen wrote:
my video library is still growing. To retrieve meta-data from several different movie-databases is really nice thing. Its kind of cool to have movie pictures, genres, actors and so on on your device display.
But I have a small problem with the script of IMDB-reading: I've modified it for the german version of IMDB, but got still the problem of putting the year into the proper field. Also the list of actors isn't completed filled by the script. Only the first actor is choosing by script. Other scripts (I think TheMovieDB.org) works well, but is not in german available.
Code: Select all
...
csImdbTitle = '<title>(.*?)</title>';
csImdbYear = '<title>.*?\((.*?)\)</title>';
...
AddMediaInfoMulti(IMDBItem, [csImdbColor, 'Color',
csImdbCountry, 'Country',
...
csImdbPlot, 'Plot',
csImdbYear, 'Year']);
...
SetMediaItemProperties(IMDBItem, ['Title', 'mpTitle', 'Genre', 'mpGenre',
'Director', 'mpDirector', 'Year', 'mpYear']);
Code: Select all
// Actor list
ActorItem := IMDBItem.ChildList.FindItem('Cast');
if ActorItem <> nil then begin
sActorList := '';
for i := 0 to ActorItem.ChildList.Count - 1 do begin
if sActorList <> '' then
sActorList := sActorList + ', ';
sActorList := sActorList + ActorItem.ChildList[i].Name;
end;
if sActorList <> '' then
WmsSetMediaItemProperty('mpActor', sActorList);
end;
Re: Media Ressource Database: Problems with IMDB
Sorry for the delay.
Thank you very much, Eugene. This helps alot.
But I have still small problem: What about germans "Umlaute" (e.g. in genre names as "Komödie"). Is there an option available to handle this type of chars?
Thanks again.
Thank you very much, Eugene. This helps alot.
But I have still small problem: What about germans "Umlaute" (e.g. in genre names as "Komödie"). Is there an option available to handle this type of chars?
Thanks again.
Re: Media Ressource Database: Problems with IMDB
In Control Panel (Regional and Language Settings), try to choose German for non-Unicode programsadgen wrote: But I have still small problem: What about germans "Umlaute" (e.g. in genre names as "Komödie"). Is there an option available to handle this type of chars?
Re: Media Ressource Database: Problems with IMDB
Hello Together,
could someone help me with the settings for IMDb.de and web radio. It works for me
Unfortunately, not everything. 'm not a technology expert and would need a simple guide or the right
Scripts for IMDb.de and web radio ( Example for my http://www.loveradio.ru/) My wife like this russian radio, with good music mix.
Hope someone can help me.
Thanks for your help
could someone help me with the settings for IMDb.de and web radio. It works for me
Unfortunately, not everything. 'm not a technology expert and would need a simple guide or the right
Scripts for IMDb.de and web radio ( Example for my http://www.loveradio.ru/) My wife like this russian radio, with good music mix.
Hope someone can help me.
Thanks for your help
Re: Media Ressource Database: Problems with IMDB
1. Download and install VLC media player (http://www.videolan.org).Ostpower wrote: web radio ( Example for my http://www.loveradio.ru/) My wife like this russian radio, with good music mix.
Hope someone can help me.
2. Settings-Transcoder-"Transcoding file params"-"Internet-radio"-"Transcoding profile"-"Music - Internet-radio (VLC)"-OK
3. http://www.loveradio.ru/online.htm - on right click mouse "Copy shortcut" for selected radio (96 Kbps)
4. Select folder "Internet radio"-on right click mouse "Add link" in list of music - Path -on right click mouse - Paste; Title - Love Radio - OK
Re: Media Ressource Database: Problems with IMDB
Thanks Eugene,
it´s works very fine now. Internet Radio yaaahooooooooo...
Now we have only the IMDb.de problem .
Ostpower
it´s works very fine now. Internet Radio yaaahooooooooo...
Now we have only the IMDb.de problem .
Ostpower
Re: Media Ressource Database: Problems with IMDB
hello Eugene and community,
can you help me for the modification from imdb.com to imdb.de. Sorry I´m not an programmer.
I´ve two left hands . That we say in german
Thanks for help
can you help me for the modification from imdb.com to imdb.de. Sorry I´m not an programmer.
I´ve two left hands . That we say in german
Thanks for help
Re: Media Ressource Database: Problems with IMDB
Hello,
2. In form "Internet database of films, music" click load - imdb_de.cfg - "Clear the currents lists ?" - No
Updated 2012/05/07 (changes for thumbnails)
1. UnzipOstpower wrote:hello Eugene and community,
can you help me for the modification from imdb.com to imdb.de. Sorry I´m not an programmer.
I´ve two left hands . That we say in german
2. In form "Internet database of films, music" click load - imdb_de.cfg - "Clear the currents lists ?" - No
Updated 2012/05/07 (changes for thumbnails)
Re: Media Ressource Database: Problems with IMDB
Thank you very much!!
great job!!
great Ostpower
great job!!
great Ostpower