Kodi Community Forum
WIP TV Tunes - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: WIP TV Tunes (/showthread.php?tid=347428)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


RE: TvTunes - Jachin99 - 2020-04-10

I'm still working through this but here is another log https://pastebin.com/7qZwNj4t

At the very top of that you can see a message from TV Tunes saying video library no longer visible.  I'm not sure if that is normal sometimes or not.


RE: TvTunes - Karellen - 2020-04-10

@Jachin99

Don't provide snippets of logs. Provide the full log.


RE: TvTunes - Jachin99 - 2020-04-10

With all of the debugging turned on my logs don't fit on pastebin


RE: TvTunes - Karellen - 2020-04-10

It will certainly hold more than 200 lines that you provided. The pastebin sites accept around 8000 lines. Split it into two if you must. Did you enable debug mode in the tv tunes addon?


RE: TvTunes - scott967 - 2020-04-10

(2020-04-10, 18:07)Jachin99 Wrote: I'm still working through this but here is another log https://pastebin.com/7qZwNj4t

At the very top of that you can see a message from TV Tunes saying video library no longer visible.  I'm not sure if that is normal sometimes or not.
From you snippet I see:
Code:
DEBUG: script.tvtunes: TunesBackend: Video Library no longer visible
This thread is about a different addon, service.tvtunes.  It appears you have installed the older addon which is not recommended.  You might verify that you have correct version  service.tvtunes 1.0.1 (see first post in thread).

scott s.
.


RE: TvTunes - Jachin99 - 2020-04-10

(2020-04-10, 22:17)Karellen Wrote: It will certainly hold more than 200 lines that you provided. The pastebin sites accept around 8000 lines. Split it into two if you must. Did you enable debug mode in the tv tunes addon?

I posted a full debug log in my other thread.  

For some good news, I got Kodi/TVTunes/Emby writing tvtunes.nfo files for every media type, and playback works.  The missing piece was syncing theme media in Emby 4 Kodi.  Once I performed that step my missing themes for various TV shows started playing, which is good news.  Now for some bad news... I can't be sure this will stay working if someone isnt keeping up with the changes in emby, kodi, tvtunes, and Emby for Kodi so I would still like to pinpoint the exact program that creates my .nfo files.  I also want to give some feedback about how I set everything up, and what the exact requirements were so others might use this.


RE: TvTunes - Jachin99 - 2020-04-10

(2020-04-10, 23:48)scott967 Wrote:
(2020-04-10, 18:07)Jachin99 Wrote: I'm still working through this but here is another log https://pastebin.com/7qZwNj4t

At the very top of that you can see a message from TV Tunes saying video library no longer visible.  I'm not sure if that is normal sometimes or not.
From you snippet I see:
Code:
DEBUG: script.tvtunes: TunesBackend: Video Library no longer visible
This thread is about a different addon, service.tvtunes.  It appears you have installed the older addon which is not recommended.  You might verify that you have correct version  service.tvtunes 1.0.1 (see first post in thread).

scott s.
I'll update.


RE: TvTunes - Jachin99 - 2020-04-11

Here are some logs that should cover a period of time when tvtunes.nfo was created.   Lines 1-4000 https://pastebin.com/Xt2kuHnR  4000+ https://pastebin.com/jSk1Yucy


RE: TvTunes - latts9923 - 2020-04-11

@Jachin99
I'm not 100% sure, but after browsing the Emby forum, it appears that the Emby for Kodi Add-on is creating the tvtunes.nfo files when you run "Sync theme media".


RE: TvTunes - Jachin99 - 2020-04-11

(2020-04-11, 20:46)latts9923 Wrote: @Jachin99
I'm not 100% sure, but after browsing the Emby forum, it appears that the Emby for Kodi Add-on is creating the tvtunes.nfo files when you run "Sync theme media".

That is how it works.  I want to be able to point to a log file, or line of code, so that I can say for sure what creates the files.  Thats why I'm posting these logs.  My other thought was to try and find the specific section of code for Sync theme media, and try to figure out exactly how it works.  TV Tunes.nfo aren't useful for anything other Kodi and TV tunes so they aren't something Emby Server would have any use for.  Emby for Kodi does have a good use for them though, and It would seem like a waste of time to create the nfo files if TV Tunes isn't installed.  It would seem like there would be some check on the part of Emby for Kodi to see if a user has TV Tunes if that makes sense.


RE: TvTunes - latts9923 - 2020-04-11

@Jachin99
I found where it creates the tvtunes.nfo file in plugin.video.emby\resources\lib\helper\xmls.py.


RE: TvTunes - kimkl - 2020-04-11

Just wanted to say good job and thx to the TK for allowing this addon to be revived in a "legal" way so to speak happy Easter all


RE: TvTunes - Jachin99 - 2020-04-12

@latts9923  Thanks for finding this!!


RE: TvTunes - Rippoholic - 2020-04-12

@latts9923 

Hope your well and keeping safe <3

Just got back onto the forum and wanted to thank you again and check to see if there's a new version.. which there is.. Thank you Smile

Is it the latest version on your Github or just on your Repo?
Just asking as on the github link on the first post it says that the 'last commit' was 1st of November last year, but on your Repo I can see that the latest update appears to be 23rd of January this year.
(I'll have to work out how to add repo's again.. my brains just really fried lately.

I only ask as, if it's possible, I'd like to be able to have over the air updates Smile


RE: TvTunes - latts9923 - 2020-04-15

@Rippoholic
Doing well...same to you!

The versions should be the same on Github and my Repo. I didn't make it available on my Repo until Jan. 23.