English | 中文
- OneDrive Files View
- Music Playback
- Music Metadata
- Video Playback
- Play Queue
- Dark Mode
- Media Session
- PWA
- History Sync
- Playlists Sync
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.
- Go to https://portal.azure.com/
- Into
App registrations
register an application Supported account types
select the third item (Accounts in any organizational directory and personal Microsoft accounts
)Redirect URI
selectSPA
, url enter http://localhost:8760API Permissions
addUser.Read
Files.Read
Files.ReadWrite.AppFolder
Add .env.development
in project path
CLIENT_ID=<clientId>
REDIRECT_URI=http://localhost:8760
Run npm i && npm run dev
Add .env
in project path
CLIENT_ID=<clientId>
REDIRECT_URI=<redirectUri>
Run npm i && npm run build