[RELEASE] TvTunes Addon - TV Show Theme Music while browsing

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Offline
Team-XBMC
Posts: 7,714
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #961
(2012-06-15 22:58)ronie Wrote:  
(2012-06-15 05:58)iJunaid Wrote:  Is there anyway this can be configured to be used with movies too?

nope, movies are not supported

It can but natively not supported and it does require some manual labour to get this working.
See here for more info:
http://forum.xbmc.org/showthread.php?tid=131524

So no official support if this doesn't work

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
jantunes Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #962
I'm getting the following error. Can't even run TV Tunes. It used to work back in the day
Code:
02:25:05 T:17928   ERROR: Error Type: <type 'exceptions.ImportError'>
02:25:05 T:17928   ERROR: Error Contents: No module named scraper
02:25:05 T:17928   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Jo�o\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\tvtunes.p​y", line 4, in <module>
                                                from solo_mode import *
                                              File "C:\Users\Jo�o\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\solo_mode​.py", line 16, in <module>
                                                import scraper
                                            ImportError: No module named scraper
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #963
(2012-06-21 04:02)jantunes Wrote:  I'm getting the following error. Can't even run TV Tunes. It used to work back in the day
Code:
02:25:05 T:17928   ERROR: Error Type: <type 'exceptions.ImportError'>
02:25:05 T:17928   ERROR: Error Contents: No module named scraper
02:25:05 T:17928   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Jo�o\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\tvtunes.p​y", line 4, in <module>
                                                from solo_mode import *
                                              File "C:\Users\Jo�o\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\solo_mode​.py", line 16, in <module>
                                                import scraper
                                            ImportError: No module named scraper
it"s due to the special character in your username.
sevral addons don"t handle that too well.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
jantunes Offline
Junior Member
Posts: 14
Joined: Mar 2011
Reputation: 0
Post: #964
I figured that was probably the case. But how can I change it now? Even if I change my username, the folder won't change its name, right?

EDIT: So I changed my name, edited all entries in registry. Same thing

Code:
15:20:34 T:5100   ERROR: Error Type: <type 'exceptions.ImportError'>
15:20:34 T:5100   ERROR: Error Contents: No module named scraper
15:20:34 T:5100   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Antunes\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\tvtune​s.py", line 4, in <module>
                                                from solo_mode import *
                                              File "C:\Users\Antunes\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\solo_m​ode.py", line 16, in <module>
                                                import scraper
                                            ImportError: No module named scraper

Changed some of the settings and it fixed somehow, but the themes aren't playing. I'm using the latest Aeon Nox btw
(This post was last modified: 2012-06-21 16:59 by jantunes.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #965
(2012-06-21 15:39)jantunes Wrote:  I figured that was probably the case. But how can I change it now? Even if I change my username, the folder won't change its name, right?

EDIT: So I changed my name, edited all entries in registry. Same thing

Code:
15:20:34 T:5100   ERROR: Error Type: <type 'exceptions.ImportError'>
15:20:34 T:5100   ERROR: Error Contents: No module named scraper
15:20:34 T:5100   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Antunes\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\tvtune​s.py", line 4, in <module>
                                                from solo_mode import *
                                              File "C:\Users\Antunes\AppData\Roaming\XBMC\addons\script.tvtunes\resources\lib\solo_m​ode.py", line 16, in <module>
                                                import scraper
                                            ImportError: No module named scraper

Changed some of the settings and it fixed somehow, but the themes aren't playing. I'm using the latest Aeon Nox btw

by the looks of it you're not using the tv tunes addon from the xbmc addon repo, but probably the one from the passion repo.

i'm afraid i can't help you out with their code.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
MakkaD Offline
Junior Member
Posts: 16
Joined: Apr 2010
Reputation: 0
Post: #966
Hello
I have some issue making the addon to work in my setup.
In advancedsettings.xml i have a path sobstitution on both addon data and sources
Code:
<substitute>
    <from>special://masterprofile/addon_data/</from>
    <to>smb://192.168.50.100/XBMC_Share/addon_data/</to>
  </substitute>
  <substitute>
    <from>special://masterprofile/sources.xml</from>
    <to>smb://192.168.50.100/XBMC_Share/sources/sources.xml</to>
  </substitute>

The sources.xml contain the smb share where my tv series are
Code:
<video>
        <source>
            <name>Serie_TV</name>
            <path pathversion="1">smb://192.168.50.100/Serie_TV/</path>
        </source>
    </video>


When i try to download a theme for a series the addons looks to work correctly, i can hear the theme and click on "OK" to download and apply to the series but the theme.mp3 is not copied over to the directory where the series is.

Here is the corresponding log http://pastebin.com/icnA7zkk

The log is not 100% complete but should have all the information needed todebug.

Have you any clue on the problem?

Makka
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #967
(2012-06-26 19:35)MakkaD Wrote:  When i try to download a theme for a series the addons looks to work correctly, i can hear the theme and click on "OK" to download and apply to the series but the theme.mp3 is not copied over to the directory where the series is.

Here is the corresponding log http://pastebin.com/icnA7zkk

The log is not 100% complete but should have all the information needed todebug.

Have you any clue on the problem?

yes, mapping the addon_data folder to a smb share is not supported by the script.
it needs to be local.

with python we can't directly download a file to a smb share,
we need to save it on a local drive first and then copy it to the remote share.

tv tunes uses the addon_data folder for it's downloads.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
MakkaD Offline
Junior Member
Posts: 16
Joined: Apr 2010
Reputation: 0
Post: #968
(2012-06-26 20:03)ronie Wrote:  tv tunes uses the addon_data folder for it's downloads.

That means that in my setup tvtunes can not work?
Is it possible to configure the addon to use a local download directory different from addon_data?

Makka
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #969
(2012-06-26 20:07)MakkaD Wrote:  That means that in my setup tvtunes can not work?
correct
(2012-06-26 20:07)MakkaD Wrote:  Is it possible to configure the addon to use a local download directory different from addon_data?

you would need to modify the script.
i'm afraid i can't help you with that.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
taosaur Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #970
I've just done a fresh install of XBMC 11.0 Eden on my Windows 7 x64 system, and TV Tunes does not show up in either the XBMC or passion repositiories, and there is no Skin setting to enable background audio. Any suggestions?
find quote
Post Reply