Skip to content

Tags: llakala/dzr

Tags

240704

Toggle 240704's commit message
VScode: Fix first key extraction + Allow unsecure

- To prevent undefined value of extracted cbc key at first run the conf() object is refreshed at every access
- To allow playback behind corporate proxies the 'secure' flag was added

240609

Toggle 240609's commit message
Fix Share All button only shared focused tracks

240608

Toggle 240608's commit message
Handle vscode://yne.dzr/ + display artist picture

The following url shall now be handled by dzr
You can triger them from `xdg-open my-url`

    vscode://yne.dzr/pause
    vscode://yne.dzr/play
    vscode://yne.dzr/load # load next track
    vscode://yne.dzr/load?[0] # load track at [0]
    vscode://yne.dzr/add?[[76533108,76533118]] # add 2 track by id (used by  "copy link" menu)

231217

Toggle 231217's commit message
vsix: can run in secure mode + better queue

230919

Toggle 230919's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
vsix: run locally even when on remote

230912

Toggle 230912's commit message
fix dzr-srt + use specific icon in vscode action-bar

230829

Toggle 230829's commit message
Add MediaHandler

230828

Toggle 230828's commit message
publish VSIX

230827

Toggle 230827's commit message
move queue to side bar

230824

Toggle 230824's commit message
Add VSCode extension

Working:
- API browsing
- bf-cbc key extraction
- track decryption
- track playback
- player state double-binding (playing/queue/position)

TODO:
- fetch streaming (currently all fetched)