FAQ  •  Register  •  Login

YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Dec 20, 2012 6:44 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Version 17 posted to support revised YT format
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Dec 20, 2012 7:52 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Version 18 posted to correct V17 thumbnail error
<<

hante

Serviio newbie

Posts: 6

Joined: Sat Apr 14, 2012 2:45 pm

Post Sat Dec 29, 2012 6:41 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Hello jhb50,

thank you so much for this plugin. It is absolutely brilliant. This is the first plugin I used and I like it very much.

I had however a small problem. I used default settings and that ended up in the weekly list. And for this it requests a page with different dates. When it returns an error it will take it back one day. The problem I had was that I'm from the Netherlands an the returned error string is in dutch. So I had to add an additional possible error string. I changed this:

  Code:
   if (streamNotSupported(html, 'The playlist does not exist.*?')
      || streamNotSupported(html, 'This playlist has no videos.*?')                   
      ) {

Into
  Code:
   if (streamNotSupported(html, 'The playlist does not exist.*?')
      || streamNotSupported(html, 'This playlist has no videos.*?')                   
      || streamNotSupported(html, 'Deze afspeellijst bevat geen video&#39;s.*?')                   
      ) {


If you ever create a new version could you please add this error string, would be much appreciated.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Dec 30, 2012 2:42 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Sure, but shouldn't there be a translation for the other phrase?
<<

hante

Serviio newbie

Posts: 6

Joined: Sat Apr 14, 2012 2:45 pm

Post Sun Dec 30, 2012 9:57 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Yes there should be, but I have not encountered that error, so I dont kow the exact phrase. To fix this issue I turned on debugging and added log statements to the groovy file, then found the error phrase and used that. Is there perhaps a way to get the other errors? I also put the html request in a browser and examined the result and it resulted in the same error. So if you have an url for me which would result in the other error phrase then I can determine the exact translation. For me it is working fine for the moment, and if I ever encounter other errors then I will report them here.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Dec 30, 2012 7:18 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

For an even better solution I've posted V19 which removes the language dependency.
<<

hante

Serviio newbie

Posts: 6

Joined: Sat Apr 14, 2012 2:45 pm

Post Mon Dec 31, 2012 2:41 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Thanks, just tried it and it works fine.
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sun Jan 27, 2013 2:20 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Ive noticed the videos take a longer time to load up, previously it used to load within 5 seconds, now its between 15 to 30 seconds
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Mon Feb 04, 2013 2:15 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Version 20 Posted to honor YouTube Expiry date
<<

jreed

Serviio newbie

Posts: 2

Joined: Sat Feb 09, 2013 8:03 pm

Post Sat Feb 09, 2013 8:12 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

jhb50 wrote:474 Alternative, 455 Blues, 471 Comedy/Spoken, 454 Country, 454 Easy Listening, 466 Electronic, 456 Folk, 462 International, 460 Jazz, 476 K-Pop, 465 Latin, 475 Metal, 458 New Age, 472 Pop, 470 R&B, 451 Rap, 461 Reggae, 465 Religious, 473 Rock, 463 Stage & Screen, 459 Vocal


This works great for Pop and Alternative codes, but when I tried the Country code 454 it only brought back 6 entries and non were country, I also noticed 454 is also listed as Easy Listening.

I'm using: http://www.youtubetop100.com?type=454&res=1080

Can you tell me where or how to find the correct code for country?

Great plugin and thanks for the work on it.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat Feb 09, 2013 11:56 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

The codes were incorrect for country and religous. Corrected to:
// 474 Alternative, 455 Blues, 471 Comedy/Spoken, 453 Country, 454 Easy Listening, 466 Electronic, 456 Folk,
// 462 International, 460 Jazz, 476 K-Pop, 465 Latin, 475 Metal, 458 New Age, 472 Pop, 470 R&B, 451 Rap,
// 461 Reggae, 464 Religious, 473 Rock, 463 Stage & Screen, 459 Vocal
<<

jreed

Serviio newbie

Posts: 2

Joined: Sat Feb 09, 2013 8:03 pm

Post Sun Feb 10, 2013 3:20 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

jhb50 wrote:The codes were incorrect for country and religous. Corrected to:
// 474 Alternative, 455 Blues, 471 Comedy/Spoken, 453 Country, 454 Easy Listening, 466 Electronic, 456 Folk,
// 462 International, 460 Jazz, 476 K-Pop, 465 Latin, 475 Metal, 458 New Age, 472 Pop, 470 R&B, 451 Rap,
// 461 Reggae, 464 Religious, 473 Rock, 463 Stage & Screen, 459 Vocal


Thanks for the fast reply, that fixed it for me works perfect now!
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sat Feb 16, 2013 11:15 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

This is not working anymore, please can you look at this further, i cant get enough of the Thrift Shop track! :D
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

bokjas

Serviio newbie

Posts: 1

Joined: Sun Feb 17, 2013 9:59 am

Post Sun Feb 17, 2013 10:01 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

I registered to firstly say thanks for a great plugin! However, it all of a sudden has gone kaput. I thought perhaps it was just a caching problem but it seems never to load up the videos. Thanks again, been loving it so far though.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Mon Feb 18, 2013 2:45 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Version 21 posted to support revised YouTube format
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Mon Feb 18, 2013 6:35 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Thanks, I've posted common links to http://www.serviidb.com/plugin-api-name/youtubetop100

Either you can copy and paste or add sources automatically from the apps in my signature.
On ServiiDroid just search "top100" in add from ServiiDB to list this plugins contents.
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Mon Jun 17, 2013 11:13 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Getting following errors with this plugin - any idea?

  Code:
2013-06-17 19:08:43,072 DEBUG [FeedItemUrlExtractor] YouTubeTop100: Starting parsing resource: http://www.youtubetop100.com
2013-06-17 19:08:43,072 DEBUG [FeedItemUrlExtractor] YouTubeTop100: Parsing with Top100 V21
2013-06-17 19:08:45,273 WARN [WebResourceParser] Plugin returned null container
2013-06-17 19:08:45,273 WARN [OnlineContentCacheDecorator] Could not store object to local cache (online_feeds): Value must not be null
2013-06-17 19:08:45,273 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.lang.NullPointerException
at org.serviio.library.online.OnlineLibraryManager.getEarliestItemExpiryDate(OnlineLibraryManager.java:313)


Thanks
Npuser
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Tue Jun 18, 2013 4:52 am

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Seems YouTube have stopped creating their Top 100 playlist.
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Wed Jun 19, 2013 9:15 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

that sucks. Hope its just a fluke, YT will bring it be back soon. Thanks for looking into though

Kind of odd http://www.youtube.com/playlist?list=MCUS.yyyymmdd does not work but mobile version http://m.youtube.com/playlist?list=MCUS.yyyymmdd does.

NPuser
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Thu Jun 20, 2013 7:50 pm

Re: YOUTUBE TOP 100 MUSIC VIDEOS WEB RESOURCE

Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
PreviousNext

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 22 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.