V8 and Youtube?
Posted: Fri Mar 22, 2019 9:18 am
HI
I just downloaded v8 and want to use it as a frontend for Youtube.So I added couple Web content but I am not seeing any videos? I see some channels added but they are shown as just numbers instead of the actual channel name.
I am wondering if Youtube supposed to work? If so can someone please advise me with the right settings and right Youtube url format?
Here is a portion of the log, seems parsing errors. Bug?
thanks
I just downloaded v8 and want to use it as a frontend for Youtube.So I added couple Web content but I am not seeing any videos? I see some channels added but they are shown as just numbers instead of the actual channel name.
I am wondering if Youtube supposed to work? If so can someone please advise me with the right settings and right Youtube url format?
Here is a portion of the log, seems parsing errors. Bug?
Code: Select all
ERROR 16:34:31.234 [DLNAResource resolver thread 22-2] Error in parsing stream: https://www.youtube.com/feeds/videos.xml?user=FZDSCHOOL
java.lang.NullPointerException: null
at net.pms.network.HTTPResource.downloadAndSendBinary(HTTPResource.java:222)
at net.pms.network.HTTPResource.downloadAndSendBinary(HTTPResource.java:196)
at net.pms.dlna.Feed.parse(Feed.java:108)
at net.pms.dlna.Feed.resolveOnce(Feed.java:94)
at net.pms.dlna.DLNAResource.resolve(DLNAResource.java:1576)
at net.pms.dlna.DLNAResource.syncResolve(DLNAResource.java:1561)
at net.pms.dlna.DLNAResource.run(DLNAResource.java:1358)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
thanks