Kodi Community Forum
[Closed] TvTunes Addon - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [Closed] TvTunes Addon (/showthread.php?tid=83925)



- ppic - 2011-05-02

we can't tell you without debug log.


- butchabay - 2011-05-02

Shinu Wrote:ok, has anyone gotten this script to work on the latest pre-eden builds? the skin that i'm using isn't releasing any new features to the dharma build, so i need to start using the nightlies. but tvtunes just doesn't work for me on those builds. Sad

Yes working on recent nightly build ... which skin are you using ?


- anarchintosh - 2011-05-02

just thought i'd report a very specific bug:
TVTunes fails to work for a show when all these conditions are met:

a) the show is done by using dvd disc folders (ie. contains VIDEO_TS) renamed according to what episodes (ie. 's01e01 s01e02')are in them and using this stuff in advancedsettings.xml to get xbmc to scrape for it
Code:
<tvshowmatching append="no">
    <regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)\]?([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
    <regexp>[\._ \[\-\\/]([0-9]+)x([0-9]+)([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
    <regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
    <regexp>[\._ \-\\/]([0-9]+)([0-9][0-9])([\._ \-][^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
  </tvshowmatching>

b) in xbmc video settings, 'Flatten TV Shows' is set to 'Always' or 'If only one season'.

TVTunes will then fail to play for any TV show which is flattened (skips the season menu) and has dvd folders. (it works if the show is not flattened)

I'm not sure if this would be something that would need to be rectified in the skin or TVTunes backend.


- ppic - 2011-05-02

as usual, it's not necessary to count one's chickens before they've hatched.

I CAN'T DO/TELL ANYTHINGS WITHOUT A Debug Log


- anarchintosh - 2011-05-02

ppic Wrote:as usual, it's not necessary to count one's chickens before they've hatched.

I CAN'T DO/TELL ANYTHINGS WITHOUT A Debug Log

sure Wink, i'll get a debug log for you


- anarchintosh - 2011-05-02

found the relevant bit of the log (its only regular log, not debug log)
Code:
11:42:33 T:2959888384 M:2467835904  NOTICE: ### starting TvTunes Backend ###
11:42:33 T:2959888384 M:2467835904  NOTICE: ### current volume: 46.6666666667%
11:42:33 T:2959888384 M:2465501184  NOTICE: waiting for thread - Thread-1
11:42:35 T:2697172288 M:2419814400 WARNING: GetLabel - Unknown nodetype requested 12
11:42:35 T:2956623872 M:2383028224  NOTICE: ### old path:
11:42:35 T:2956623872 M:2383024128  NOTICE: ### new path: /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e01 s01e02/VIDEO_TS/
11:42:35 T:2956623872 M:2383007744  NOTICE: ### no theme found for /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e01 s01e02/VIDEO_TS/theme.mp3 or /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e01 s01e02/theme.mp3
11:42:37 T:2956623872 M:2430660608  NOTICE: ### old path: /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e01 s01e02/VIDEO_TS/
11:42:37 T:2956623872 M:2430660608  NOTICE: ### new path: /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e03 s01e04/VIDEO_TS/
11:42:37 T:2956623872 M:2430660608  NOTICE: ### no theme found for /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e03 s01e04/VIDEO_TS/theme.mp3 or /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e03 s01e04/theme.mp3
11:42:38 T:2956623872 M:2455289856  NOTICE: ### old path: /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e03 s01e04/VIDEO_TS/
11:42:38 T:2956623872 M:2455289856  NOTICE: ### new path: /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e05 s01e06/VIDEO_TS/
11:42:38 T:2956623872 M:2455289856  NOTICE: ### no theme found for /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e05 s01e06/VIDEO_TS/theme.mp3 or /Volumes/JDrive/dvdr's/Sopranos/Season 1/s01e05 s01e06/theme.mp3

ps. tyhe real path to the theme.mp3 is: /Volumes/JDrive/dvdr's/Sopranos/theme.mp3


- ppic - 2011-05-02

hum, actually i don't see really how to handle this, i got to think about that a little bit.


- primetime34 - 2011-05-02

I have two or three smart playlists with various tv shows in them (one for the children, one for the adults, etc). Is there any way that tv tunes can work in those smart playlists, or can it only work in the main tv shows listing?


- ppic - 2011-05-02

it's working perfectly with smartplaylist, i use it that way on my setup.
no problem as soon as content is season or episode.


- Shinu - 2011-05-02

ppic Wrote:we can't tell you without debug log.

here's the log. i'm seeing some "no theme found" errors when trying to play the mp3. but the themes are in fact there. works flawlessly up until install the nightly build. don't know why it's not detecting them.

http://pastebin.com/GZt272RZ


butchabay Wrote:Yes working on recent nightly build ... which skin are you using ?

I'm using the Aeon Nox skin. and yes, tvtunes is enabled in the options.


- primetime34 - 2011-05-02

ppic Wrote:it's working perfectly with smartplaylist, i use it that way on my setup.
no problem as soon as content is season or episode.

Doesn't work on Aeon MQ2...I'm at work but I'll post a log when I get home.


- ppic - 2011-05-02

Shinu Wrote:here's the log. i'm seeing some "no theme found" errors when trying to play the mp3. but the themes are in fact there. works flawlessly up until install the nightly build. don't know why it's not detecting them.

http://pastebin.com/GZt272RZ




I'm using the Aeon Nox skin. and yes, tvtunes is enabled in the options.


you've got strange naming, is this the real name :

Code:
smb://xxx:xxx@FREENAS/Movies #-E/TV Shows #-E/Caprica/Season 1/

"#-E" is strange.

in fact, your problem come from nigthly build, i can't tell you more, i don't know what has been done on nigthly build.


- Shinu - 2011-05-02

ppic Wrote:you've got strange naming, is this the real name :

Code:
smb://xxx:xxx@FREENAS/Movies #-E/TV Shows #-E/Caprica/Season 1/

"#-E" is strange.

in fact, your problem come from nigthly build, i can't tell you more, i don't know what has been done on nigthly build.

yeah, it's the real name. that drive contains movies and tv shows beginning wit a number to 'e', so i named it that way. dunno what the problem could possibly be. Sad


- Shinu - 2011-05-02

did a bit more testing, and it seems to only not work when trying to play the theme over the smb network. tried adding a tv show stored on the host pc and it works fine. any suggestions?


- anarchintosh - 2011-05-02

edit: done the patch, see later posts