FAQ  •  Register  •  Login

DailyMotion

<<

siriusblack

DLNA master

Posts: 191

Joined: Sun Apr 29, 2012 8:31 am

Location: UK

Post Sat Aug 24, 2013 4:44 am

Re: DailyMotion

No worries

These url's I use to test

http://dailymotion.com/rss/user/fatherted/1

http://dailymotion.com/rss/user/fatherted/2

  Code:
couple of tips for daily motion

you can also view the other pages for each category or user etc so you would have this say ----> http://dailymotion.com/rss/user/fatherted/1 all you do is change 1 for the next page number   

also if you register you can add seperate videos to your favourites list and use that feed , so really you can view seperate videos 
Samsung ue46c8000 - Samsung C5900 BDP - Sony PS3 - Windows 8 - I5 Duel Core 16GB - 3.2 GHZ - Serviio 1.3.1 Pro

Beta Tester
<<

haamro

Serviio newbie

Posts: 9

Joined: Fri Aug 23, 2013 4:55 pm

Post Wed Aug 28, 2013 3:17 pm

Re: DailyMotion

Thanx Siriusblack,

I have one more issue, I have a rss link, that is not from Dailymotion, but has dailymotion link. Here is an example.

  Code:
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Tes</title>
<link>http://xxxxxxxxxx/DM_mylist.php</link>
<description>My Test</description>


      <item>
      <title>My Title</title>
      <link>http://www.dailymotion.com/video/xxxxxxxxxxxxxxx</link>
      <media:stream url="http://www.dailymotion.com/video/xxxxxxxxxxx" type="video" />
      <media:thumbnail url="http://xxxxxxxxxxxxxxxxx&w=145&h=105" />
      </item>
</channel></rss>


and I made some changes to DailyMotion Groovy to
  Code:
   final VALID_FEED_URL = '^http(s)*://.*?DM.*?'

and my filename is http://xxxxxxxxxx/DM_mylist.php

And its not working ! Log does not show my URL at all. There is an empty folder for my URL. Please guide me
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Sep 02, 2013 9:01 am

Re: DailyMotion

THe plugin will only work with the original DailyMOtion feeds.
<<

eric-the-ded

Serviio newbie

Posts: 1

Joined: Mon Dec 23, 2013 9:07 pm

Post Mon Dec 23, 2013 9:14 pm

Re: DailyMotion

Problem.
Videos that I know to be available in 1080 won't stream in HD. They look to be 480 at best.
Am I doing something wrong?
<<

mhawaldar

Serviio newbie

Posts: 14

Joined: Fri Dec 13, 2013 4:01 am

Location: New Jersey, US

Post Thu Dec 26, 2013 7:40 pm

Re: DailyMotion

eric-the-ded wrote:Problem.
Videos that I know to be available in 1080 won't stream in HD. They look to be 480 at best.
Am I doing something wrong?


I agree. The DailyMotion.groovy does not seem to use "PreferredQuality requestedQuality" parameter in extractUrl() method.

Also, it appears to be extracting only one URL (video_url) from the webpage HTML.
<<

zebody

Serviio newbie

Posts: 3

Joined: Thu Feb 18, 2016 12:37 am

Post Thu Feb 18, 2016 12:41 am

Re: DailyMotion

Hy,

I try to use this plugin with serviio 1.6. I could see the folder of my ressource but it is empty. I had it as rss feed in the console.
I try many url from dailymotion but same issue.

This is the link i try to add : http://www.dailymotion.com/rss/user/BASKETUSA/1

This is what the debug done :

  Code:
2016-02-18 02:07:44,087 DEBUG [FeedItemUrlExtractor] DailyMotion: Starting extraction of url for item: Visite guidée du Jordan Brand Store de Toronto
2016-02-18 02:07:44,343 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (DailyMotion) for item Visite guidée du Jordan Brand Store de Toronto: index is out of range 0..-1 (index = 0)
java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
   at org.codehaus.groovy.runtime.DefaultGroovyMethods.getAt(DefaultGroovyMethods.java:6202)
   at org.codehaus.groovy.runtime.dgm$310.invoke(Unknown Source)
   at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
   at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
   at DailyMotion.extractUrl(DailyMotion.groovy:39)
   at org.serviio.library.online.FeedItemUrlExtractor$1.executePluginMethod(FeedItemUrlExtractor.java:42)
   at org.serviio.library.online.FeedItemUrlExtractor$1.executePluginMethod(FeedItemUrlExtractor.java:39)
   at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)


Is there a way to get to work ?

Many thx for your help.
<<

jdegreef

Streaming enthusiast

Posts: 39

Joined: Wed Nov 07, 2012 2:01 pm

Post Thu Feb 18, 2016 4:30 am

Re: DailyMotion

zebody wrote:Hy,

I try to use this plugin with serviio 1.6. I could see the folder of my ressource but it is empty. I had it as rss feed in the console.
I try many url from dailymotion but same issue.

This is the link i try to add : http://www.dailymotion.com/rss/user/BASKETUSA/1

This is what the debug done :

  Code:
2016-02-18 02:07:44,087 DEBUG [FeedItemUrlExtractor] DailyMotion: Starting extraction of url for item: Visite guidée du Jordan Brand Store de Toronto
2016-02-18 02:07:44,343 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (DailyMotion) for item Visite guidée du Jordan Brand Store de Toronto: index is out of range 0..-1 (index = 0)
java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
   at org.codehaus.groovy.runtime.DefaultGroovyMethods.getAt(DefaultGroovyMethods.java:6202)
   at org.codehaus.groovy.runtime.dgm$310.invoke(Unknown Source)
   at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
   at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
   at DailyMotion.extractUrl(DailyMotion.groovy:39)
   at org.serviio.library.online.FeedItemUrlExtractor$1.executePluginMethod(FeedItemUrlExtractor.java:42)
   at org.serviio.library.online.FeedItemUrlExtractor$1.executePluginMethod(FeedItemUrlExtractor.java:39)
   at org.serviio.library.online.PluginExecutionProcessor$1.call(PluginExecutionProcessor.java:50)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)


Is there a way to get to work ?

Many thx for your help.

Same problem here, with your link and all other links I had configure...
Is this plug-in supposed to work with current version of dailymotion ?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Feb 18, 2016 9:40 pm

Re: DailyMotion

Fixed the plugin
<<

zebody

Serviio newbie

Posts: 3

Joined: Thu Feb 18, 2016 12:37 am

Post Fri Feb 19, 2016 12:47 am

Re: DailyMotion

Thx. It works perfectelly !!! so many thx for all. Serviio is just perfect now :)
<<

jdegreef

Streaming enthusiast

Posts: 39

Joined: Wed Nov 07, 2012 2:01 pm

Post Fri Feb 19, 2016 10:20 am

Re: DailyMotion

zip wrote:Fixed the plugin

Works like a charm.
Thx for all your work.
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Thu Mar 03, 2016 2:12 am

Re: DailyMotion

Just discovered DailyMotion has Dr Who episodes. I watched some from a browser, but thought I'd see if Serviio has a plugin. Yep, sure enough!

Now, can someone assist me with generating the correct URL? I'm trying http://www.dailymotion.com/rss/user/doctorwho/1, which does return an XML page, but I see nothing in the folder. The Serviio log has this line: [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: The provided authentication token is invalid or expired.

Since I didn't have this error until I added this groovy and the URL above, and it appeared as soon as the groovy file was identified, it seems that the error is here. Any ideas?

EDIT: OK, I see that this URL, while returning a valid page, has no information on it like the URLs listed above. Is there some other way to determine the proper way to find this title?

EDIT2: figured out that where it said user I had to enter the user name that posted the videos, so the URL is http://www.dailymotion.com/rss/user/klololololo/1. This is returning everything under that user name. is there any way to filter the list so I just get Dr Who? Or even better, search for all Dr Who, regardless of user name?
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

JunJun

Serviio newbie

Posts: 18

Joined: Sun May 20, 2012 8:57 am

Post Fri Dec 02, 2016 1:11 pm

Is there something I'm doing wrong ??

I'm trying to get DailyMotion on Serviio, so I've put the dailymotion.groovy file in the plugin folder, I've added a few links into the console, and when I check my TV, the links appear though they are grey and not selectable...

Links I entered were found on this thread and have this format :
http://www.dailymotion.com/rss/user/BASKETUSA/1
If I click on the 'Check Stream URL' button, I get 'The Stream URL is not valid or is not currently available"...

so what should I do ??
Is there a way to enter a Playlist link ?

Thanks for your help ;)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Dec 04, 2016 10:46 pm

Re: DailyMotion

Plugin updated, it should be fixed now.
<<

JunJun

Serviio newbie

Posts: 18

Joined: Sun May 20, 2012 8:57 am

Post Mon Dec 05, 2016 2:54 pm

Re: DailyMotion

Well, I updated the plugin and it doesn't change a thing for me...
Is there something wrong whit the URL I entered ??
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 05, 2016 10:50 pm

Re: DailyMotion

Make sure you use it as feed resource type, not web resource not live stream
<<

JunJun

Serviio newbie

Posts: 18

Joined: Sun May 20, 2012 8:57 am

Post Tue Dec 06, 2016 7:35 am

Re: DailyMotion

Yes, it's on RSS/AtomFeed...
<<

jdegreef

Streaming enthusiast

Posts: 39

Joined: Wed Nov 07, 2012 2:01 pm

Post Sat Dec 10, 2016 1:49 pm

Re: DailyMotion

Hi,

Doesn't work here either.
Debug log attached.
Attachments
serviio.log
(211.88 KiB) Downloaded 469 times
<<

JunJun

Serviio newbie

Posts: 18

Joined: Sun May 20, 2012 8:57 am

Post Fri Jan 20, 2017 7:22 pm

Re: DailyMotion

I tried to watch Dailymotion via Serviio ... again
there are things I still don't understand !
I've entered this link : http://www.dailymotion.com/rss/user/NBA
and a few other with same format, only 'NBA' change to other usernames...

1/ only the link with NBA appears on Serviio (though the links works via my web browser), the other channels are grey and not available.
2/ on the NBA link, only 1 video appears on Serviio (Thursday's Top 10 Plays), though there are much more on the site.

Anything I can try ??
Thanks
Previous

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 21 guests

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