Kodi Community Forum

Full Version: [RELEASE] FireDrive /Putlocker for KODI / XBMC Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
FireDrive for KODI / XBMC Video Plugin is a plugin that allows you to view your FireDrive.com files in XBMC. FireDrive provides free users access to store up to 50GB of content, and up to 1024GB for paid users. Many content sites appear to be delivering content using FireDrive. It's a direct replacement for Putlocker.

This is a very early release, coded it today and tried it on Linux XBMC and Raspberry Pi XBMC. Working ok.

So far the plugin will reliably let a user log in and play any video/audio content in their root folder or subfolders. Reminder that you can add public links to your FireDrive account by clicking the "Copy to my FireDrive". This will add the content to your drive, and will be accessible by this plugin.

You can also playback FireDrive public links (format: http://www.firedrive.com/file/#######) by invoking the plugin with: plugin://plugin.video.firedrive/?mode=streamURL&url=http://www.firedrive.com/file/#####)

Available on github.com:

https://github.com/ddurdle/XBMC-firedrive

Download the zip and install via "Install from zip file" in Video Add-ons.

LATEST - Version 0.3.5 (stable)
https://github.com/ddurdle/XBMC-firedriv.../0.3.5.zip
https://github.com/ddurdle/XBMC-firedriv...stable.zip

Work-in-progress (unstable)
https://github.com/ddurdle/XBMC-firedriv...master.zip

Anyone who experienced an issue with playback recently, please update to version >= 0.2.1 that has been just been posted. It should show up in the repository shortly as well.

Version 0.3.2
- added Library STRM build function in settings
Image
Version 0.3.1
- fix title to display properly and consistently
New 0.3.2 version has been pushed out.
Version 0.3.0
- multiple account support (up to 10)
- update to clearauth
- fix: Multiple account support #4
Version 0.2.3
- fix for folder check
Version 0.2.2
- refactor API: streamVideo, playVideo, streamAudio, playAudio (added)
- list and play files that are not recognied as either Video or Audio (type: Other)
- add playback type variable
Version 0.2.1
- fix change on firedrive for streamURL
- workaround server issue with broken user token
- fix: don't prevent public url playback if no user account is specified in settings

Getting Started:

Installing the plugin only (no automatic updates):
1) download the .zip file
2) transfer the .zip file to XBMC
3) in Video Add-on, select Install from .zip

Installing the repository (automatic updates):
1) download the repository.ddurdle (download from http://dmdsoftware.net/repository.ddurdle.zip or https://github.com/ddurdle/repository.dd...durdle.zip)
2) transfer the .zip file to XBMC
3) in Video Add-ons, select Install from .zip; repository should be installed
4) in Video Add-ons, select Get Add-ons, select ddurdle's XBMC Addons, select Video Add-ons, select firedrive


I'll be continuing to extensively develop the plugin over the next few days.

Any testing, feedback, feature requests are welcome. If you have a cloud storage service you use that you want easily accessible from a XBMC plugin, let me know -- I'm looking on developing additional plugins.
thx mate, looks like a great idea.

when your done developing this addon, i think a few ppl also use owncloud as a storage facility.

congrats on the addon, ill test later today i hope.

thx in advance,
D.
(2014-03-13, 22:41)Dam0 Wrote: [ -> ]thx mate, looks like a great idea.

when your done developing this addon, i think a few ppl also use owncloud as a storage facility.

congrats on the addon, ill test later today i hope.

thx in advance,
D.

I heard about owncloud but never dawned on me to implement for it. I'll look at it. I know there is a way to hook owncloud into XBMC as a video source, which would make a plugin unnecessary, unless there is something missing when doing such.
Folder support added to the master version

https://github.com/ddurdle/XBMC-firedriv...master.zip
(2014-03-13, 22:41)Dam0 Wrote: [ -> ]thx mate, looks like a great idea.

when your done developing this addon, i think a few ppl also use owncloud as a storage facility.

congrats on the addon, ill test later today i hope.

thx in advance,
D.

I didn't see any plugin for ownCloud. I know you can add it as a video source, but I heard there were some issues. So threw together a plugin: http://forum.xbmc.org/showthread.php?tid=189856
Friend dmdsoftware this appearing when a script error will open the video

https://www.dropbox.com/s/ww0lvm33jcaggm....59.58.png

have any solution for this error script?
(2014-03-22, 06:14)marfegte Wrote: [ -> ]Friend dmdsoftware this appearing when a script error will open the video

https://www.dropbox.com/s/ww0lvm33jcaggm....59.58.png

have any solution for this error script?

Your link says invalid. Has .... in it,can you repost the link?

Quote:Your link says invalid. Has .... in it,can you repost the link?

https://www.dropbox.com/s/ww0lvm33jcaggm....59.58.png

http://www.firedrive.com/file/0E759FD3D08C452F
(2014-03-22, 15:19)marfegte Wrote: [ -> ]
(2014-03-22, 06:14)marfegte Wrote: [ -> ]

Quote:Your link says invalid. Has .... in it,can you repost the link?

https://www.dropbox.com/s/ww0lvm33jcaggm....59.58.png

http://www.firedrive.com/file/0E759FD3D08C452F

They changed the view_media API calls. Public links work if you pass in a url as described in readme.

I've updated the code to reflect the changes in the site. It is working again. Please download the latest:

https://github.com/ddurdle/XBMC-firedriv...master.zip

Report back. Version should be 0.1.20140322
Quote:They changed the view_media API calls. Public links work if you pass in a url as described in readme.

I've updated the code to reflect the changes in the site. It is working again. Please download the latest:

https://github.com/ddurdle/XBMC-firedriv...master.zip

Report back. Version should be 0.1.20140322

test here addon worked 100%

thank you

be able to add in next updates
- quality stream selection,
- filtering for resolutions, codecs and formats
(2014-03-23, 02:12)marfegte Wrote: [ -> ]
(2014-03-22, 06:14)marfegte Wrote: [ -> ]
Quote:They changed the view_media API calls. Public links work if you pass in a url as described in readme.

I've updated the code to reflect the changes in the site. It is working again. Please download the latest:

https://github.com/ddurdle/XBMC-firedriv...master.zip

Report back. Version should be 0.1.20140322

test here addon worked 100%

thank you

be able to add in next updates
- quality stream selection,
- filtering for resolutions, codecs and formats

Can you send me a link to a video that has multiple resolutions/format?

For Google Drive plugin, I created ability to filter on resolution + container type + codec (see screenshot) because Google Drive transcodes in multiple formats, but I have seen no videos with that in FireDrive.

Image
Quote:For Google Drive plugin, I created ability to filter on resolution + container type + codec (see screenshot) because Google Drive transcodes in multiple formats, but I have seen no videos with that in FireDrive.

Image
http://www.firedrive.com/file/0E759FD3D08C452F
(2014-03-24, 02:13)marfegte Wrote: [ -> ]
Quote:For Google Drive plugin, I created ability to filter on resolution + container type + codec (see screenshot) because Google Drive transcodes in multiple formats, but I have seen no videos with that in FireDrive.

Image
http://www.firedrive.com/file/0E759FD3D08C452F

that video is only available in type: 'flv', "SD"
(2014-03-24, 02:13)marfegte Wrote: [ -> ]
Quote:Image

http://www.firedrive.com/file/0E759FD3D08C452F

that video is only available in type: 'flv', "SD"


Google Drive this addon I have it here
more it is in testing phase
because I saw that give change video quality to 720p and 1080p when selecting sd 480p format is 1080p
(2014-03-25, 01:02)marfegte Wrote: [ -> ]
(2014-03-24, 02:13)marfegte Wrote: [ -> ]
Quote:Image

http://www.firedrive.com/file/0E759FD3D08C452F

that video is only available in type: 'flv', "SD"


Google Drive this addon I have it here
more it is in testing phase
because I saw that give change video quality to 720p and 1080p when selecting sd 480p format is 1080p

When I encounter HD streams on firedrive, I'll add support for them. I don't believe they support them. If you have a HD file and want to view it in HD, you'd need to select CACHE TYPE MEMORY. It's not really a stream, but a download of the file and playback while downloading. Google is really nice, as they'll take a video file and stream and transcode it in a bunch of formats automatically.
Pages: 1 2 3 4 5