• 1
  • 49
  • 50
  • 51(current)
  • 52
  • 53
  • 59
Release TvTunes Addon - Retrieve & Play Soundtracks Whilst Browsing Your Library
Hi All,

For all of those people trying TvTunes on Helix Beta/Alpha, I have done a change to use "BeautifulSoup 4" instead of the old BeautifulSoup.

This may of may or may not fix your Helix issues, but shouldn't break anything else at the very least.

If you wanted to give it a try then it's available at:

https://robwebset.googlecode.com/svn-his...4.4.10.zip

If it works - then it may be useful for others if you post in the forum.

Thanks

Rob
i think the issue is with beauftifulsoup itself as with this version Helix cannot find beautifulsoup 4 even though is installed same as with the official release except cannot find beautiful soup, thanks for trying for us though Smile
Rob_webset, first thank you for answering our demand !!
   For me it still did not work .. Please help me! I really appreciate your addon.



1) - Skin - [MOD] 1080XF MB3 - Helix Edition (http://forum.xbmc.org/showthread.php?tid=204184)
2) Helix - 14.0 Alpha 4 git: 2014-09-30-501ad2d-dirty
3) I can not test at the confluence ... he calls the TvTuner?
4) System Mac mini - Yosemite
(2014-10-26, 15:20)iorifly Wrote: Rob_webset, first thank you for answering our demand !!
   For me it still did not work .. Please help me! I really appreciate your addon.



1) - Skin - [MOD] 1080XF MB3 - Helix Edition (http://forum.xbmc.org/showthread.php?tid=204184)
2) Helix - 14.0 Alpha 4 git: 2014-09-30-501ad2d-dirty
3) I can not test at the confluence ... he calls the TvTuner?
4) System Mac mini - Yosemite

The only other thing I can think to suggest is edit addon.xml and remove the bit:

Code:
    <requires>
        <import addon="script.module.beautifulsoup4" version="4.3.2"/>
        <import addon="script.module.requests" version="2.3.0"/>
    </requires>

And see if that works - but it may stop the fetch themes working (Goear.com for beautifulsoup4).

Rob
i am happy to wait till everything settles down in the builds and betas start rolling out, but will always have a quick test as well Smile, for me playback is the most important part just the extra's makes it more fun to tinker and setup how one likes
(2014-10-26, 15:41)rob_webset Wrote:
(2014-10-26, 15:20)iorifly Wrote: Rob_webset, first thank you for answering our demand !!
   For me it still did not work .. Please help me! I really appreciate your addon.



1) - Skin - [MOD] 1080XF MB3 - Helix Edition (http://forum.xbmc.org/showthread.php?tid=204184)
2) Helix - 14.0 Alpha 4 git: 2014-09-30-501ad2d-dirty
3) I can not test at the confluence ... he calls the TvTuner?
4) System Mac mini - Yosemite

The only other thing I can think to suggest is edit addon.xml and remove the bit:

Code:
    <requires>
        <import addon="script.module.beautifulsoup4" version="4.3.2"/>
        <import addon="script.module.requests" version="2.3.0"/>
    </requires>

And see if that works - but it may stop the fetch themes working (Goear.com for beautifulsoup4).

Rob

yes that will certainly break it.
install an nightly build and it's solved.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
let's go,
    it took me like feedback, because I upgraded my kodi bulld to last ....
I did all the procedures and get the same msg I posted in the previous post ...
    I removed the line that Rob, guided me and also did not solve ...

Sad
(2014-10-26, 16:36)Martijn Wrote:
(2014-10-26, 15:41)rob_webset Wrote:
(2014-10-26, 15:20)iorifly Wrote: Rob_webset, first thank you for answering our demand !!
   For me it still did not work .. Please help me! I really appreciate your addon.



1) - Skin - [MOD] 1080XF MB3 - Helix Edition (http://forum.xbmc.org/showthread.php?tid=204184)
2) Helix - 14.0 Alpha 4 git: 2014-09-30-501ad2d-dirty
3) I can not test at the confluence ... he calls the TvTuner?
4) System Mac mini - Yosemite

The only other thing I can think to suggest is edit addon.xml and remove the bit:

Code:
    <requires>
        <import addon="script.module.beautifulsoup4" version="4.3.2"/>
        <import addon="script.module.requests" version="2.3.0"/>
    </requires>

And see if that works - but it may stop the fetch themes working (Goear.com for beautifulsoup4).

Rob

yes that will certainly break it.
install an nightly build and it's solved.

HI Martijn

is there a specific build as i'm using the latest nightly from the 22nd and still not working
Rob, thought of something Huh
(2014-10-28, 18:06)iorifly Wrote: Rob, thought of something Huh

As Martijn details - this is not a TvTunes issue - more a Helix one, if you are still trying to use Helix, then you'll need the latest:

http://kodi.wiki/view/development_builds#Nightly_build
(As he highlighted)

It does sound to me that you are a prime candidate for someone that should stay on a GA version! (In my opinion) you should only be using alpha releases if you are able to debug everything yourself (Or are developing your own addon to work with it)

Rob

Edit: To clarify, I think there are some people on this forum that "attract more support" for issues like trying out betas - they already know TvTunes inside out (If not the code, the features and how they interact), they know who they are, and need to be given credit for their support, this includes most recently @capfuturo and @wgstarks and obviously the core XBMC dev team - sorry if I have forgotten others - but you know who you are anyway!

Edit 2: Just want to highlight, I'm not trying to be "nasty" - if you look through the forum I do try and support issues and fix bugs, it's just as I highighted earlier in this thread - I don't like supporting alphas as they can consume a lot of time, when the issue is nothing to do with TvTunes.
Ok, I understand the rercado and understand what you said. No resentment ..... I admire your work and I hope everything will be ok.

  Hugs!
(2014-10-26, 09:43)rob_webset Wrote: Hi All,

For all of those people trying TvTunes on Helix Beta/Alpha, I have done a change to use "BeautifulSoup 4" instead of the old BeautifulSoup.

This may of may or may not fix your Helix issues, but shouldn't break anything else at the very least.

If you wanted to give it a try then it's available at:

https://robwebset.googlecode.com/svn-his...4.4.10.zip

If it works - then it may be useful for others if you post in the forum.

Thanks

Rob

Theme.mp3 in root or Themes subfolder for movies/series are not working here, I need to use tvtunes.nfo to get this working. This is known issue on Helix? (always last Nightly build)

Already checked the debug log, it seems to be searching fine for the theme.
I wish to have Rotten Tomatoes (user+critics) + IMDB both ratings display in skin.
(2014-11-03, 04:05)tinybutstrong Wrote:
(2014-10-26, 09:43)rob_webset Wrote: Hi All,

For all of those people trying TvTunes on Helix Beta/Alpha, I have done a change to use "BeautifulSoup 4" instead of the old BeautifulSoup.

This may of may or may not fix your Helix issues, but shouldn't break anything else at the very least.

If you wanted to give it a try then it's available at:

https://robwebset.googlecode.com/svn-his...4.4.10.zip

If it works - then it may be useful for others if you post in the forum.

Thanks

Rob

Theme.mp3 in root or Themes subfolder for movies/series are not working here, I need to use tvtunes.nfo to get this working. This is known issue on Helix? (always last Nightly build)

Already checked the debug log, it seems to be searching fine for the theme.

(2014-10-28, 18:16)rob_webset Wrote:
(2014-10-28, 18:06)iorifly Wrote: Rob, thought of something Huh

As Martijn details - this is not a TvTunes issue - more a Helix one, if you are still trying to use Helix, then you'll need the latest:

http://kodi.wiki/view/development_builds#Nightly_build
(As he highlighted)

It does sound to me that you are a prime candidate for someone that should stay on a GA version! (In my opinion) you should only be using alpha releases if you are able to debug everything yourself (Or are developing your own addon to work with it)

Rob

Edit: To clarify, I think there are some people on this forum that "attract more support" for issues like trying out betas - they already know TvTunes inside out (If not the code, the features and how they interact), they know who they are, and need to be given credit for their support, this includes most recently @capfuturo and @wgstarks and obviously the core XBMC dev team - sorry if I have forgotten others - but you know who you are anyway!

Edit 2: Just want to highlight, I'm not trying to be "nasty" - if you look through the forum I do try and support issues and fix bugs, it's just as I highighted earlier in this thread - I don't like supporting alphas as they can consume a lot of time, when the issue is nothing to do with TvTunes.
As Helix is now in Beta, I thought I'd take a quick look. I have only given it a quick test, but you can give the following a go if you like, if you try it, please post back to say how you got on:

https://robwebset.googlecode.com/svn-his...-4.5.0.zip

Thanks

Rob
hi Rob

looking good so far with a quick test, selecting track now works and theme is playing

Many thanks
  • 1
  • 49
  • 50
  • 51(current)
  • 52
  • 53
  • 59

Logout Mark Read Team Forum Stats Members Help
TvTunes Addon - Retrieve & Play Soundtracks Whilst Browsing Your Library2