omp
OneDrive Media Player on the web | 网页端 OneDrive 媒体播放器
TypeScript★ 346⑂ 39 forksAGPL-3.0updated 8 months ago
README.mdfork it — it’s yours
OMP - OneDrive Media Player
English | 中文
Try OMP Now:
Features
- OneDrive Files View
- Music Playback
- Music Lyrics
- Video Playback
- Play Queue
- Dark Mode
- Media Session
- PWA
- History Sync
- Playlists Sync
- Support VNET
Screenshots
FAQ
Where is my data stored?
All of OMP data is stored in the Apps / OMP folder in your OneDrive. Where history.json is the history and playlists.json is the playlists. If you have lost your data, you can restore an older version by visiting the OneDrive web version.
Running and Build
App registrations
- Go to https://portal.azure.com/
- Into
App registrationsregister an application Supported account typesselect the third item (Accounts in any organizational directory and personal Microsoft accounts)Redirect URIselectSPA, url enter http://localhost:8760 or the domain of your deployAPI PermissionsaddUser.ReadFiles.ReadFiles.ReadWrite.AppFolder
Run dev server
Add .env.development in project path
ONEDRIVE_AUTH=https://login.microsoftonline.com/common #VNET(https://login.partner.microsoftonline.cn/common) ONEDRIVE_GME=https://graph.microsoft.com #VNET(https://microsoftgraph.chinacloudapi.cn) CLIENT_ID=<clientId> REDIRECT_URI=http://localhost:8760
Run npm i && npm run dev
Local build
Add .env in project path
ONEDRIVE_AUTH=https://login.microsoftonline.com/common #VNET(https://login.partner.microsoftonline.cn/common) ONEDRIVE_GME=https://graph.microsoft.com #VNET(https://microsoftgraph.chinacloudapi.cn) CLIENT_ID=<clientId> REDIRECT_URI=<redirectUri>
Run npm i && npm run build
Donations
This project is free, if you think it works, feel free to donate to support it
License
Privacy Policy
Star History
more like this
pathfinding-visualizer
Pathfinding Algorithm Visualizer with ability to Pause/Rewind during run
Svelte★ 51

