My Feature Request
Posted: Wed Apr 08, 2009 4:10 pm
Hello,
i'm a happy customer, .... since .... 4 hours
+ 2 month trial periode (i was to lazy to start with my big library)
Four Features i am missing:
1) Search by Character Name
Sometimes i don't know the actor, title or director - but - the stupid character name like
John McClane <= (Bruce Willis in Die Hard 1 - 4)
2) The IMDB Importer does not import the tags
They're under "plot keywords" (like http://www.imdb.com/title/tt0095016/keywords )
At the moment it's copy & paste into Smultron, Find & Replace via Regular Expression [\n] => , ...
3) A shortcut or menu-item to hide the left-side-bar with the cover, wishlist, library (german title: Sammlung)
So it's scriptable and i can easy switch to the cover-view without the sidebar and the table-view with the sidebar
4) An useable documentation for plugin-development
My problem is, that i need informations in my custom fields, that aren't at imdb or elsewhere like
the codec/video-bitrates/audio-bitrates of the Blu-Ray, DVD or file. mplayer offers them in a pretty
easy parseable format with the -identify flag. So, to coolest way would be a possibilty to extend
the existing imdb parser with a delegate method like:
-(void)addAdditionalInformations:(id)obj
//btw: so i could import my tags myself, too
Didn't find some think like that - is the only possibilty to build the plugin from scratch?
i'm a happy customer, .... since .... 4 hours
+ 2 month trial periode (i was to lazy to start with my big library)
Four Features i am missing:
1) Search by Character Name
Sometimes i don't know the actor, title or director - but - the stupid character name like
John McClane <= (Bruce Willis in Die Hard 1 - 4)
2) The IMDB Importer does not import the tags
They're under "plot keywords" (like http://www.imdb.com/title/tt0095016/keywords )
At the moment it's copy & paste into Smultron, Find & Replace via Regular Expression [\n] => , ...
3) A shortcut or menu-item to hide the left-side-bar with the cover, wishlist, library (german title: Sammlung)
So it's scriptable and i can easy switch to the cover-view without the sidebar and the table-view with the sidebar
4) An useable documentation for plugin-development
My problem is, that i need informations in my custom fields, that aren't at imdb or elsewhere like
the codec/video-bitrates/audio-bitrates of the Blu-Ray, DVD or file. mplayer offers them in a pretty
easy parseable format with the -identify flag. So, to coolest way would be a possibilty to extend
the existing imdb parser with a delegate method like:
-(void)addAdditionalInformations:(id)obj
//btw: so i could import my tags myself, too
Didn't find some think like that - is the only possibilty to build the plugin from scratch?