• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 24
Beta Youtube Library
#16
(2015-11-19, 07:09)DataBass Wrote: I love the idea, mainly for creating a music video library using YouTube videos but I can not for the life of me get this to install on my raspberry pi 2 running Kodi 15.2. It keeps telling me that it does not have the correct file structure to install. Any suggestions would be greatly appreciated.
Yeah, Sorry, I packaged v0.9.2 wrong. Strange nobody told me sooner.

Note that music video support is coming and not implemented yet!

Download Youtube Library v0.9.3 and it should install correctly. It also fixes the error ParanoidJack had on Android / Python 2.6<.

I was hoping to push some extra features in v0.9.3, but since they are not stable yet, and there seems to be some issues with 0.9.2, those fixes & changes have to wait till v0.9.4. Coming soon tho Smile.
Reply
#17
Thanks for the Python fix.

Found another bug: If a playlist contains a deleted video then the add-on will fail to create any files apart from one strm for that deleted video.
Reply
#18
(2015-11-20, 13:26)Sleuteltje Wrote: Yeah, Sorry, I packaged v0.9.2 wrong. Strange nobody told me sooner.

Note that music video support is coming and not implemented yet!

Download Youtube Library v0.9.3

I'm still receiving the same error on raspberry pi 2 when trying to install.
Reply
#19
Great addon. Works perfectly. Thanks
Reply
#20
I'm getting one or more items failed to play on windows systems, when I try to play anything from my Kodi library.

http://xbmclogs.com/pzslaxmwl
Reply
#21
Bug: in the latest version (0.9.3) the scraping seems to be ignoring the <minlength>
Reply
#22
(2015-11-20, 15:47)Paranoidjack Wrote: Thanks for the Python fix.

Found another bug: If a playlist contains a deleted video then the add-on will fail to create any files apart from one strm for that deleted video.
Weird, I thought I've handled deleted video's already. Do you have a playlistID where this happens?

DataBass Wrote:I'm still receiving the same error on raspberry pi 2 when trying to install.
Try this one. Maybe it were the .pyo files in the folder. I don't have a raspberry to test with.

iasc Wrote:Great addon. Works perfectly. Thanks
You're welcome! I see its your first post, so thanks for using that to tell me. Welcome to the forums Smile!

Eye in the sky Wrote:I'm getting one or more items failed to play on windows systems, when I try to play anything from my Kodi library.

http://xbmclogs.com/pzslaxmwl
On my windows systems I did not run into the same problem. Thnx for supplying a log, will look into this.

Paranoidjack Wrote:Bug: in the latest version (0.9.3) the scraping seems to be ignoring the <minlength>
Noted, will look into this.
Reply
#23
(2015-11-21, 23:39)Sleuteltje Wrote:
(2015-11-20, 15:47)Paranoidjack Wrote: Thanks for the Python fix.

Found another bug: If a playlist contains a deleted video then the add-on will fail to create any files apart from one strm for that deleted video.
Weird, I thought I've handled deleted video's already. Do you have a playlistID where this happens?

I just picked a random playlist that contained deleted videos: https://www.youtube.com/playlist?list=PL..._QSUedJrth

It seems that the add-on works it way up from the bottom and as soon as it finds a deleted video it stops scraping and gives this error: http://pastebin.com/2XAGMRYt

Tested on a headless version of kodi in a docker container and also Windows 10 - both running 15.2
Reply
#24
Pretty massive update! Took a whole day from my weekend, but I think it's worth it Big Grin! Fixed a lot of bugs (including the ones mentioned) & added some features. I think you guys will appreciate Smile. I did not test on Android yet, but I don't expect problems (cross my fingers)

Download Youtube Library 0.9.4
Code:
- Added Feature: Tags
- Added Feature: s02e12 / 02x12 from the youtube vid title as your season/episode numbering
- Added Feature: You can change the publication date of the show
- Added Feature: You can now set default settings for playlists (shows) you add
- Fixed Error: when adding youtube channel without TV Channel Banner
- Fixed Error: when playing vids from library when not retrieving meta information from database
- Fixed Bug: min-/maxlength is ignored
- Fixed Bug: Episodenr listing will be deleted if you refresh a playlist (episodenumbering will be reset)
- Fixed Bug: Videos longer than 1 hour returned a wrong runtime of minutes
- Fixed Bug: Scraping stopped at a Deleted Video
- removetitle is now case-insensitive

Eye in the sky Wrote:I'm getting one or more items failed to play on windows systems, when I try to play anything from my Kodi library.
You should not get that error anymore. But I don't get why you had that error in the first place. If the same situation rises again, you should not recieve an error, you will not have meta information when playing tho.

Tip for you btw, for playlists like in your log (1x01 episode numbering in the title):
Set the following playlist options before enabling the playlist (dont type the <>):
Published: <official start date of your show>
Season: '2x12'
Genre: <genre of your show>
Remove Title: <title of your show>

DataBass Wrote:I'm still receiving the same error on raspberry pi 2 when trying to install.
Did the previous download work? How about this one? In both cases I would like to know if you've gotta chance Smile.
Reply
#25
(2015-11-23, 04:53)Sleuteltje Wrote:
Eye in the sky Wrote:I'm getting one or more items failed to play on windows systems, when I try to play anything from my Kodi library.
You should not get that error anymore. But I don't get why you had that error in the first place. If the same situation rises again, you should not recieve an error, you will not have meta information when playing tho.

Addon is working now, thanks.
Reply
#26
Thanks for the new features. Big Grin

0.9.4 is throwing out an error when it attempts to start the scraping process: http://pastebin.com/1w42uVZb

I've tried it with fresh settings on both Linux (Debian 7) and Windows but it still gives the error - seems to be linked with tags in some way because it runs fine when I remove <tags> from the settings.xml.
Reply
#27
(2015-11-23, 16:54)Paranoidjack Wrote: Thanks for the new features. Big Grin

0.9.4 is throwing out an error when it attempts to start the scraping process...
You're welcome! Yes, I've noticed that bug as well, should be fixed now in Youtube Library v0.9.4.1

Code:
- Fixed Bug: Tags would error if only one was specified
- Fixed Bug: min-/maxlength now behaving as HH:MM (was MM:SS)
- exclude(words) is now case-insensitive & searches description of the video as well
Reply
#28
Every couple of days I keep getting this error: http://pastebin.com/V15cpFy4 - I need to restart Kodi for the scraping to resume.

edit: also see this error: http://pastebin.com/xBYR3zzz
Reply
#29
(2015-11-28, 20:42)Paranoidjack Wrote: Every couple of days I keep getting this error: http://pastebin.com/V15cpFy4 - I need to restart Kodi for the scraping to resume.

edit: also see this error: http://pastebin.com/xBYR3zzz
It seems googleapis.com is unreachable when you recieve those errors. Your internet is working at the moment you are recieving those errors and googleapis.com is reachable when you ping to it?

I shall see if I can handle that error, so you don't have to restart Kodi when that happens. I did not have that problem even once on my testing machine. But I think I can easily test it by disconnecting internet.
Reply
#30
Yes, I can normally reach googleapis without any problems - there's just the odd occasion where it drops.

Some sort of error handling would be great.
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 24

Logout Mark Read Team Forum Stats Members Help
Youtube Library3