• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7
[Release] CollectionTV 2.0 (formerly YouTube Collections)
#16
Hello, does this addon only work on Android?
I tried to install it on RPI2 but the youtube videos wont start, here's my log:
20:59:19 T:1825567760 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named YDStreamExtractor
Traceback (most recent call last):
File "/home/xbian/.kodi/addons/plugin.video.collections/addon.py", line 9, in <module>
router.route(path, query)
File "/home/xbian/.kodi/addons/plugin.video.collections/src/router.py", line 144, in route
pathes[path](query)
File "/home/xbian/.kodi/addons/plugin.video.collections/src/router.py", line 36, in playVideo
from paths import play_video
File "/home/xbian/.kodi/addons/plugin.video.collections/src/paths/play_video.py", line 4, in <module>
from src.youtube import urlResolver
File "/home/xbian/.kodi/addons/plugin.video.collections/src/youtube/urlResolver.py", line 1, in <module>
import YDStreamExtractor
ImportError: No module named YDStreamExtractor
-->End of Python script error report<--
20:59:19 T:1960841216 ERROR: Playlist Player: skipping unplayable item: 2, path [plugin://plugin.video.collections/play?FMA3FetMR4c]

I do have the module YDStreamExtractor from script.module.youtube.dl

Thanks
Reply
#17
(2015-06-06, 03:01)anhstar Wrote: Hello, does this addon only work on Android?
I tried to install it on RPI2 but the youtube videos wont start, here's my log:
20:59:19 T:1825567760 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named YDStreamExtractor
Traceback (most recent call last):
File "/home/xbian/.kodi/addons/plugin.video.collections/addon.py", line 9, in <module>
router.route(path, query)
File "/home/xbian/.kodi/addons/plugin.video.collections/src/router.py", line 144, in route
pathes[path](query)
File "/home/xbian/.kodi/addons/plugin.video.collections/src/router.py", line 36, in playVideo
from paths import play_video
File "/home/xbian/.kodi/addons/plugin.video.collections/src/paths/play_video.py", line 4, in <module>
from src.youtube import urlResolver
File "/home/xbian/.kodi/addons/plugin.video.collections/src/youtube/urlResolver.py", line 1, in <module>
import YDStreamExtractor
ImportError: No module named YDStreamExtractor
-->End of Python script error report<--
20:59:19 T:1960841216 ERROR: Playlist Player: skipping unplayable item: 2, path [plugin://plugin.video.collections/play?FMA3FetMR4c]

I do have the module YDStreamExtractor from script.module.youtube.dl

Thanks

I did not test this addon on anything but windows but i don't see why it shouldn't work on other operating systems. YDStreamExtractor is like you said, a part of youtube-dl, and you should have it if you have youtube-dl. Even if you didn't, Kodi is supposed to install it for you when installing my addon. I really can't say why you get this error at this time.
Reply
#18
I am using windows and have added xml files but they wont open in Kodi

20:24:06 T:4936 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named apiclient.http
Traceback (most recent call last):
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\addon.py", line 9, in <module>
router.route(path, query)
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\router.py", line 144, in route
pathes[path](query)
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\router.py", line 101, in browseCollection
from paths import browse_collection
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\paths\browse_collection.py", line 1, in <module>
from src.collection import loader
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\collection\loader.py", line 3, in <module>
from Collection import Collection
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\collection\Collection.py", line 1, in <module>
from apiclient.http import BatchHttpRequest
ImportError: No module named apiclient.http



I added the technology template you showed in your tutorial as an xml but that wont open either
Reply
#19
(2015-06-11, 21:34)CelticShady Wrote: I am using windows and have added xml files but they wont open in Kodi

20:24:06 T:4936 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named apiclient.http
Traceback (most recent call last):
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\addon.py", line 9, in <module>
router.route(path, query)
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\router.py", line 144, in route
pathes[path](query)
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\router.py", line 101, in browseCollection
from paths import browse_collection
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\paths\browse_collection.py", line 1, in <module>
from src.collection import loader
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\collection\loader.py", line 3, in <module>
from Collection import Collection
File "C:\Users\Wayne\AppData\Roaming\Kodi\addons\Collections\src\collection\Collection.py", line 1, in <module>
from apiclient.http import BatchHttpRequest
ImportError: No module named apiclient.http



I added the technology template you showed in your tutorial as an xml but that wont open either


You are missing the Googleapi module. You can install it manually from the official Kodi Repo, but it should've been automatically installed for you when you installed my addon. May I ask how exactly did you install it?
Reply
#20
just wanna say AWESOME addon you have there -
Reply
#21
Nice add-on, anyone want to share popular collections?
Quote:You will be able to browse youtube and create collectioins from within the addon. And more importantly, you will be able to create collections from ANY Kodi folder. Whether it's a local folder, or a folder inside a different addon, it can become a source to your collection, giving you literally unlimited options of sources.
Smack! lovely..
Reply
#22
Video 
(2015-06-12, 19:31)udangaribaldi Wrote: just wanna say AWESOME addon you have there -

Thank you, that's nice to hear.
It's about to get even better very soon. Smile
Reply
#23
Nice job. Will try out more later.
Reply
#24
(2015-06-12, 17:18)SportySpice Wrote: You are missing the Googleapi module. You can install it manually from the official Kodi Repo, but it should've been automatically installed for you when you installed my addon. May I ask how exactly did you install it?
I installed it using the github software on windows. I cant see the googleapi addon in the offical kodi repo, i assume it would in services but cant see it in any other category either
Reply
#25
(2015-06-15, 00:23)CelticShady Wrote: I installed it using the github software on windows. I cant see the googleapi addon in the offical kodi repo, i assume it would in services but cant see it in any other category either


1. Download this: https://github.com/SportySpice/Collectio...master.zip
2. In Kodi go to: System-> Settings-> Addons-> Install from zip file
3. Browse to downloaded file and install it
Reply
#26
I tried adding my Play Later playlist, but it gave me a script error, is this possible?
Reply
#27
(2015-06-18, 16:23)music_lover Wrote: I tried adding my Play Later playlist, but it gave me a script error, is this possible?

Didn't try these things enough yet.
What you can try doing is go to Addon Settings-> When Clicking Video -> Play Video Only

It might work after that. Do report back and tell me if it did.
Reply
#28
(2015-06-19, 12:01)SportySpice Wrote:
(2015-06-18, 16:23)music_lover Wrote: I tried adding my Play Later playlist, but it gave me a script error, is this possible?

Didn't try these things enough yet.
What you can try doing is go to Addon Settings-> When Clicking Video -> Play Video Only

It might work after that. Do report back and tell me if it did.

Didn't work. The issue is, I think, that the watch later PL name is just 'WL', since you need to be ,logged on, which I am. Below is my watch later link which doesn't work and my favorites that does work..

https://www.youtube.com/watch?v=vuQiVzp1rHo&list=WL
https://www.youtube.com/watch?v=U-p8v6iLz4s&list=FL7alv7bxwZ4LlFDzDjxaQhQ
Reply
#29
(2015-06-19, 16:10)music_lover Wrote: Didn't work. The issue is, I think, that the watch later PL name is just 'WL', since you need to be ,logged on, which I am. Below is my watch later link which doesn't work and my favorites that does work..

https://www.youtube.com/watch?v=vuQiVzp1rHo&list=WL
https://www.youtube.com/watch?v=U-p8v6iLz4s&list=FL7alv7bxwZ4LlFDzDjxaQhQ


If you need to be logged in it will definitely not work. The new version, which will be about in a few days, lets you log in to youtube. It will still not just work by itself though, and I will need to add that feature specifically. I'll add it to my todos and get to it eventually.
Reply
#30
(2015-06-19, 16:59)SportySpice Wrote:
(2015-06-19, 16:10)music_lover Wrote: Didn't work. The issue is, I think, that the watch later PL name is just 'WL', since you need to be ,logged on, which I am. Below is my watch later link which doesn't work and my favorites that does work..

https://www.youtube.com/watch?v=vuQiVzp1rHo&list=WL
https://www.youtube.com/watch?v=U-p8v6iLz4s&list=FL7alv7bxwZ4LlFDzDjxaQhQ


If you need to be logged in it will definitely not work. The new version, which will be about in a few days, lets you log in to youtube. It will still not just work by itself though, and I will need to add that feature specifically. I'll add it to my todos and get to it eventually.

Can you confirm what the watch list entry in the .xml should be?
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
[Release] CollectionTV 2.0 (formerly YouTube Collections)8