I need some testers for the latest:
LATEST READY FOR TESTING
https://github.com/ddurdle/XBMC-gdrive/r.../tag/0.3.2
- quality stream selection,
- filtering for resolutions, codecs and formats
- support folders
- support music
(2014-03-14, 10:48)wolfodeiwolfy Wrote: Does it allow to add to library ?
No, no plugin is allowed to write directly to the library. Other plugins will let you dump strm & NFO files to disk, where you can then manually add the directory to XBMC library. I can create a feature to dump the streams to files, but files are just files in Google Drive, somehow the files need to be linked with movie and tv databases to scrape the stuff into XBMC (NFO files).
What I do now is create a .strm file for each video I want to add to XBMC. In the "show_S00E00.strm" file I put a URL like:
plugin://plugin.video.gdrive/?mode=streamVideo&title=show_S00E00_name.mp4
When you invoke the "show_S00E00.strm", it will open the plugin and stream the video. You can call on this from Files in XBMC.
To add it to XMBC library, you need to generate a "show_S00E00.NFO" (lines up with "show_S00E00.strm"). I simply load these .strm into Embler, which allows me to crosscheck the shows against a TV show db. It automatically will save NFO files to the same directory as the .strm. Then you can load the directory into XBMC library as a video source. Similar with movies.
Need a tutorial? I was thinking about writing one.