Skip to content

Commit

Permalink
Doc + update Spotify api key
Browse files Browse the repository at this point in the history
  • Loading branch information
acantepie committed Nov 27, 2022
1 parent 0544b05 commit 50e2b2f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,25 @@

To download, please visit https://github.com/acantepie/opusify/releases

You must install `ffmpeg` on your system : [download ffmpeg](https://ffmpeg.org/download.html)

Only two platforms are supported :
- linux
- windows

## Notes

All music is downloaded from Youtube. The quality of the audio files will be 128Kpbs.

For Now, it is on **alpha release**.


## Features
- Synchronize your Music Library with Spotify (private/public/liked playlists and liked tracks)
- Download your Library on your hard drive from Youtube
- Tag your Audio files
- Download all your spotify music : public / private playlists and liked tracks
- Add metadata on your audio files
- Convert Audio files in various format (opus, aac, mp3, flac)


## Powered by

- [ElectronJs](https://www.electronjs.org/)
Expand Down
2 changes: 1 addition & 1 deletion src/electron/settings.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const settings = {
spotify: {
// protect my spotify client id from russian hacker :)
client_id: Buffer.from('MTQ0Y2UzNDI4MzFiNDZlZTljYjFjOGJjODI0OGNlODI=', 'base64').toString()
client_id: Buffer.from('MGIwYWNkN2Q3MDlkNDAzMzkxMTBlYzBiODk0ODhjM2U=', 'base64').toString()
},
audio_codec : [
{
Expand Down

0 comments on commit 50e2b2f

Please sign in to comment.