The title should be self explanatory.
Maybe adding skin settings options like:
use fanart backdrop in File Mode
use movie information in File Mode (i.e. nfo file)
in simpler terms, how to use fanart backdrops (and Movie Information) without Library Mode.
Thanks
Kris_Toff
Member Posts: 83 Joined: Mar 2007 Reputation: 0 |
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-26 18:45
Post: #2
I can kind of understand fanart in files mode. It could definately be useful for some situations. For instance I have a lot of kids shows that don't scrape from thetvdb.com very well, so it'd be cool if I could still get fanart for their folders.
But why in world would you want to use .nfo files outside of Library mode? once you have the .nfo... there's nothing else to be done but scan it. I don't get it. Could you explain WHY you want this? I can only guess what you want is something just like Library mode, but instead of a database do everything on the fly. Which would be ridiculously slow... Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
NickyZero
Member Joined: Apr 2008 Reputation: 0 Location: Ipswich, UK |
2008-08-26 20:17
Post: #3
One use for NFO's outside a library (or at least a use im hoping to place into my currently developing skin) is for things like programs, maybe dependant on how you get on with this, I could establish FanArt into programs too
NickyZero - Currently making LCARS for XBMC All info can be found here and here I am well aware that my grammer is poor, instead of flaming about it, help me with it... "Help me, to help you!" |
| find quote |
Banned Posts: 839 Joined: Feb 2004 |
2008-08-27 03:43
Post: #4
I would agree with this also. I have patched all forms of media to use fanart that was very easy but was unable to get nfo going as it gets alot further into the code.
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2008-08-27 07:57
Post: #5
Ok so I have to ask if you want fanart and media info in file mode why not just use library mode ? because if your going to go through all the effort of making them for every single TV show and movie you have Why not just use library ?
Do you really hate the concept so much yet are trying to bring the exact same thing into file mode ? Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2008-08-27 08:05
Post: #6
rwparris2 Wrote:I can kind of understand fanart in files mode. It could definately be useful for some situations. For instance I have a lot of kids shows that don't scrape from thetvdb.com very well, so it'd be cool if I could still get fanart for their folders.... If your going to go through the effort of making and doing it for yourself why not just upload it to thetvdb.com so everyone can use it ? I'm pretty sure all users can create new programs and add episodes to them as well as all other graphics Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
szsori
TheTVDB.com Admin Joined: Aug 2006 Reputation: 1 Location: Milwaukee, WI |
2008-08-27 08:39
Post: #7
Jezz_X Wrote:I'm pretty sure all users can create new programs and add episodes to them as well as all other graphics Correct, users can do these things. The only reason some series (especially kids ones) are hard to scrape is because of the weird ordering in certain cases. We're working hard to get things ordered correctly in all cases, though. So, if you think the order is wrong, just post on our forums and talk it over with us. Contribute to TheTVDB.com - The Online TV Database |
| find quote |
pko66
Senior Member Posts: 189 Joined: Dec 2006 Reputation: 0 |
2008-08-27 12:18
Post: #8
Jezz_X Wrote:Ok so I have to ask if you want fanart and media info in file mode why not just use library mode ? because if your going to go through all the effort of making them for every single TV show and movie you have Why not just use library ? There are many reasons to not use library mode. Jezz_X Wrote:Ok Do you really hate the concept so much yet are trying to bring the exact same thing into file mode ? Is not that I hate it, simply it does not work for me in any meaningful way. The metadata and eyecandy are very nice though, so having them in file mode would be very interesting. It would be like library mode but restricted to a moderate number of homogeneous movies, just as library mode seem designed to. |
| find quote |
Kris_Toff
Member Posts: 83 Joined: Mar 2007 Reputation: 0 |
2008-08-27 18:10
Post: #9
pko66 Wrote:There are many reasons to not use library mode. I think the whole referenced thread has evolved in the realm of development. In a nutshell, here is a resume of the discussion and my suggestion: -check for the presence of a movie.nfo file (like it currently checks for the presence of a movie-fanart. file) -load a movie.nfo xml file if it exists using probably existing xml load functions (CheckForNFOFile() or GetnfoFile()...) - assign the obtained xml_values to ListItem.property(xml_token) accordingly in the file (like <genre>Action / Adventure</genre> would become ListItem.property(nfo_genre) -> "Action / Adventure") The idea is to get the same kind of functionality than for ListItem.property(fanart_image), but for Movie Information (IN FILE MODE)... This could/should be limited to imdb like xml fields (title, year, ratings, genre, plot, etc...) - like the ones typical of the MovieInformation screen but for support in through ListItem. Here is the screenshot of what I am trying to achieve in it in FILE MODE. ![]() This is an actual screenshot of the modified xTV skin (the Genre, Runtime and Plot are all just labels, the rest is actual ListItem properties; Title and fanart) - I have moved things around and rescaled them to make it look better. Here is the full thread if you interested. http://forum.xbmc.org/showthread.php?tid=36372 Thanks ! |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-27 19:52
Post: #10
Jezz_X Wrote:If your going to go through the effort of making and doing it for yourself why not just upload it to thetvdb.com so everyone can use it ? I'm pretty sure all users can create new programs and add episodes to them as well as all other graphics You've misunderstood me, I only said they don't scan into the library well, but I'd like to use whatever fanart that may exist anyway. I'm not making anything, but if I were I would most certainly upload it to thetvdb & others. szsori Wrote:The only reason some series (especially kids ones) are hard to scrape is because of the weird ordering in certain cases. We're working hard to get things ordered correctly in all cases, though. So, if you think the order is wrong, just post on our forums and talk it over with us. The real problem with my kid's collection is that the series are often not named well when I get them from torrents, and I'm not going to go through and rename them when I don't especially want them in my main library anyways. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |

![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
![[Image: videoscreen1cu1.jpg]](http://img209.imageshack.us/img209/9840/videoscreen1cu1.jpg)
Search
Help