4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: leblover on September 06, 2011, 07:35:56 PM

Title: Media Library
Post by: leblover on September 06, 2011, 07:35:56 PM
hello

ummm how to start :) ?

ok lats start like this


i have a Media Library  in my forum

and i want to read the movies from my 4images



the code the Media Library is like this




Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>

<service>
<svcName>DailyMotion</svcName>
<svcRegex><![CDATA[http:\/\/[a-z]*?[\.]?dailymotion\.[a-z]*?\/video\/([A-Za-z0-9]*)]]></svcRegex>
<svcURL>http://www.dailymotion.com/video/{serviceVAL}</svcURL>
<svcFeed>http://www.dailymotion.com/rss/video/{serviceVAL}</svcFeed>
<svcValue2>null</svcValue2>
<svcThumb><![CDATA[$arr['channel']['item']['media:thumbnail']['url']]]></svcThumb>
<svcTitle><![CDATA[$arr['channel']['item']['media:title']]]></svcTitle>
<svcDesc><![CDATA[$arr['channel']['item']['itunes:summary']]]></svcDesc>
<svcLength><![CDATA[$arr['channel']['item']['media:group']['media:content'][0]['duration']]]></svcLength>
<svcTags><![CDATA[$arr['channel']['item']['itunes:keywords']]]></svcTags>
<svcMovie>http://www.dailymotion.com/swf/video/{serviceVAL}?autoplay={ap10}</svcMovie>
<svcWidth>640</svcWidth>
<svcHeight>360</svcHeight>
<svcStream>null</svcStream>
<svcError>null</svcError>
<svcParams />
</service>


can we change this to make it read from my 4images ???


any help pls ?
Title: Re: Media Library
Post by: Rembrandt on September 06, 2011, 08:22:35 PM
Hi!
....
can we change this to make it read from my 4images ???
...
look here, the "dailymotion" is included
http://www.4homepages.de/forum/index.php?topic=24054.msg131715#msg131715

mfg Andi
Title: Re: Media Library
Post by: leblover on September 07, 2011, 11:32:36 AM
hello dir

this mod will let me add media to my 4image


but what i want is to read from 4image :(


so it will be my site not dailymotion
Title: Re: Media Library
Post by: leblover on September 15, 2011, 01:15:47 AM
ummmmmmmm

so i think thats cant be done right ?