-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for XBMC - Simple Support #7
Comments
Example of tvshow.nfo
|
Example of filename.nfo
|
WooHoo! |
Note - I haven't actually done this yet :) |
Well I've Star'd and Watched this thread so looking forward to it. Thanks for ALL of your hard work over the years LW :) |
Just a FYI that XBMC no longer uses tbn files. When xbmc exports, the files are "filename-poster.jpg" and "filename-fanart.jpg" |
Great thanks a lot for the info. |
Just want to throw my support behind this. I think an option to quickly support kodi it to add a TVDB renaming option to the JMM Server. I say quickly because I do not understand the complexities behind it and have made the naive assumption that it will be... I apologise :P Kodi prefers and works best when using the season order as per The TVDB. Therefore if there was a way to get JMM to rename the collection to that format (Showname - SXXEXX - Episodename - etc), perhaps by adding The TVDB as a renaming source option, then Kodi would be able to scrape the files. Anyway keep up the good work. |
that already has its own issues here: |
Ah, sorry about that. They are all closely linked it seems |
There is change to this. Kodi/xbmc also support database in MySQL! Which is ideal here. |
Already done, https://github.com/bigretromike/nakamoriplugin Issue will remain open until JMM update with Nakamori support is official. |
related to metadata writeout: ShokoAnime/ShokoDesktop#84 |
This issue is to add first stage (simple) support to XBMC.
Which means creating NFO files and thumbnails
XBMC uses '.nfo' files for shows. such as 'tvshow.nfo' (kept in the parent folder of the show) and 'filename.nfo' (kept in the same directory and the episode).
xbmc also uses 'filename.tbn' files for episode thumbnails (also kept in the same directory as the episode)
If there was a way to export all of the current library to these individual files and an option so that when you get a new file then JMM server will automatically create the corresponding nfo and tbn file then the data could be read by xbmc.
xbmc also has http access which allows for notifications to be sent to it for example if an episode is downloaded and ready to watch it can get a notification and add it to the library.
The text was updated successfully, but these errors were encountered: