Skip to content

๐ŸŒŠ Stream and organise media from your Google Drive

Notifications You must be signed in to change notification settings

stewartmcgown/drivestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Drivestream

Organise and stream media from Google Drive, without a server

logo

Setup

  1. Create credentials for Google Drive using the wizard
  2. Add those credentials to a file in the project root called 'credentials.js'
export const API_KEY = "YOUR_API_KEY"
export const CLIENT_ID = "YOUR_CLIENT_ID"
  1. Run the project using npm run dev

Demo

View the live demo at my personal site.

Create a Library

Click the '+' in the top right of the page. Either choose a folder from the list or paste in the ID. Once a library has been created, click "Update". It will find all the items. Check the console for updates. Once it has found all the items (or before, it still works), click "Refresh MetaData". It will match all the items to the Movie DB.

Roadmap

  1. Switch to Vue
  2. Better library creation process

This whole thing is still a bit janky. Give me a shout in the Issues for new feature requests.

About

๐ŸŒŠ Stream and organise media from your Google Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published