2019-07-29, 15:57
Just add a label control with <label>$INFO[ListItem.SortLetter]</label> and place it in the front of the list container. It always returns the current active one.
(2019-07-29, 16:53)sualfred Wrote: With the getbydbid method you will receive everything what is available. It basically just queries the database with the provided DBID and DBType and returns everything that is available. Incl. FilenameAndPath, ListItem.AudioLanguage(%i), etc.Doesn't that affect performance though?
(2019-07-29, 16:53)sualfred Wrote: With the getbydbid method you will receive everything what is available. It basically just queries the database with the provided DBID and DBType and returns everything that is available. Incl. FilenameAndPath, ListItem.AudioLanguage(%i), etc.
(2019-07-29, 11:01)sualfred Wrote: It's not limited to Rotten ratings. All possible and available ratings of the library will be filled to the getbydbid hidden list. But to prevent mistakes: I only return what the scraper has added to the database.Really nice! Cause it's a bypass, have you tested how much the visible delay in views is? 0,5 - 1,0 sec or more?
(2019-07-29, 22:19)Hitcher Wrote: Universal Movie Scraper does TMDB, IMDB, MetaCritic, and Rotten Tomatoes.Media Companion does also the job of all these ratings well.
(2019-07-29, 19:43)sualfred Wrote: Not really. At least not in my testings. It's just one item that is going to be fetched.On my side it's also not affecting the performance, on use there is just about a visible delay of approximately 1 second.
(2019-08-02, 20:37)sualfred Wrote: Big thanks for @jurialmunkeyWay to go @sualfred!
His recently work on the plugin tmdb data approach made me finally starting to work on something what was on my list since a few months.
Since Phil is missing in action and ExtendedInfo is unmaintained and in a very bad shape:
Embuary Helper will get its rich actor and video info feature. The basics, the queries, the window custructor etc. is already working. Now I only have to deal with all properties and their stored information.
Current WIP stage:
(2019-08-02, 21:17)sualfred Wrote: But before I make wrong promises:Understood, and will be greatly appreciated!
It will be only a lightweight version. Only the regular actor and video info screen. No unnecessary informations like what an actor is wearing at night etc. For all other stuff Jurial's plugin will be the way to go.