Kodi Community Forum

Full Version: Online movies collections - is this possible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've colleciton of links to online streamed movies.
I wonder if there is a way to manage them inside XBMC in the way similar to normal avi files I have on my HDD.

Eg can I can make txt / xml/ nfo file for each movie/link - then I'd like to browse them similar to local avi files
(so I can have sample folders trialas, documents etc an under those links visible by XBMC as 'normal' movies)

Would this be feasible ?
Yes.

You can create .strm files (search for that here and you will find enough hits) Wink

regards,
sphere
yep, STRM (wiki) files
Great to hear that!

However I've just tried that: created text .strm file, put this example link inside:
http://www.youtube.com/watch?v=kHsVbptb1RU

And XBMC doesnt want to play it... Sad

What I'm doing wrong ?
(2012-03-28, 17:21)parslej Wrote: [ -> ]Great to hear that!

However I've just tried that: created text .strm file, put this example link inside:
http://www.youtube.com/watch?v=kHsVbptb1RU

And XBMC doesnt want to play it... Sad

What I'm doing wrong ?

A youtube URL is not a stream-url or a media-url.

Not sure if you can pass plugin urls into STRM files - you should give it a try...
(2012-03-28, 17:24)sphere Wrote: [ -> ]
(2012-03-28, 17:21)parslej Wrote: [ -> ]Great to hear that!

However I've just tried that: created text .strm file, put this example link inside:
http://www.youtube.com/watch?v=kHsVbptb1RU

And XBMC doesnt want to play it... Sad

What I'm doing wrong ?

A youtube URL is not a stream-url or a media-url.

Not sure if you can pass plugin urls into STRM files - you should give it a try...


in the strm file you need to put the link of that movie you can use urlsnooper to sniff it once you find it try to run it into vlc and copy the stream from VLC it's gonna be something like this

Quote: hxxp://o-o.preferred.iad09g05.v4.lscache3.c.youtube.com/videoplayback?sparams=algorithm%2Cburst%2Ccp%2Cfactor%2Cid%2Cip%2Cipbits%2Citag%2Csource%2Cexpire&fexp=902904%2C914052%2C909904%2C920701%2C901601&algorithm=throttle-factor&itag=34&ip=66.0.0.0&burst=40&sver=3&signature=536DEE921C00DB1D26F45CD93A84FCF833761327.0F9290C4AF70EDFF3F0FA1F75EFF6418A8DC4530&source=youtube&expire=1332974652&key=yt1&ipbits=8&factor=1.25&cp=U0hSR1lSUl9KTENOMl9RTFZHOjdBV2VHUjY2X1Iw&id=907b156e9b5bd515&ptk=melitoonline%2Buser&ptchn=melitoonline&cm2=1

i think it's an ip adress depend link i don't know if it gonna work at your end but you need to do it by yourself and this file gonna play in a .strm file
Sure you can hulu plugin does it and so does a few others.


Code:
plugin://plugin.video.hulu/?mode="TV_play"&url="40020422"&videoid="336208"&eid="JRhc-Y5cas8BTJMG6WUu-Q"

there is also a program on here called mylibrary that makes strm files from
many of the plugins for you and adds them to your video library with all
the info. even music videos.. http://forum.xbmc.org/showthread.php?tid...]MyLibrary



(2012-03-28, 17:24)sphere Wrote: [ -> ]
(2012-03-28, 17:21)parslej Wrote: [ -> ]Great to hear that!

However I've just tried that: created text .strm file, put this example link inside:
http://www.youtube.com/watch?v=kHsVbptb1RU

And XBMC doesnt want to play it... Sad

What I'm doing wrong ?

A youtube URL is not a stream-url or a media-url.

Not sure if you can pass plugin urls into STRM files - you should give it a try...

Your request is perfect for Navi-X... people do this all the time in our app. We have a YouTube url resolver in Navi-X that will allow you to just add YouTube links and descriptions, logos and wallpapers.

iRoNBiLL