A scroll bar on the right hand side would be good for those of us testing on low res laptops (me...lol) who cant see the whole screen
Hi,
Is it possible to get .nfo files that are compatible with My Videos as well as Moving Pictures? I love to use IMDB++ scraper to get localized results as no Swedish scraper exist for My Videos, and then I export them to .nfo files with MovPicNFO and run an import in My Videos using it's NFO scraper. But there are some stuff that doesn't work so well here. Genres in Moving Pictures use | as a separator meaning that multi-genres like |Adventure|Comedy|Family| get bundled together in a way that makes them unusable for filtering within My Videos. A better way would be to use this format:
<genre>Adventure</genre>
<genre>Comedy</genre>
<genre>Family</genre>
AFAIK, Moving Pictures can use the above format as well, and making this application much more user-friendly (I've tried to get filtering working inside My Videos for the last two days now ). See here: https://forum.team-mediaportal.com/...please-teach-me-how.114070/page-2#post-935899
Cheers
Emph
Hi,
...
A better way would be to use this format:
<genre>Adventure</genre>
<genre>Comedy</genre>
<genre>Family</genre>
The myvideos nfo scraper does not read the WatchStatus.xml. So can you add it to the main nfo file please to get a standard way over all systems (xbmc, mp, ...) to export movie data
<?xml version="1.0" encoding="UTF-8"?>
<movie>
........
<watched>false</watched>
<playcount>0</playcount>