mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-23 22:09:20 +02:00
Compare commits
No commits in common. "1c90dd5d0e6a462a3e123a3888099f7194b18cd0" and "4a56885e33f0e9585904e4fd0061f5ccfd838f56" have entirely different histories.
1c90dd5d0e
...
4a56885e33
|
@ -31,10 +31,3 @@ Also, tnx Inex for his FunkWhale instance (set by default instance)
|
|||
[1]**Warning:** may content _unofficial instances_
|
||||
**Warning 2:** This software not userfriendly. Maybe developerfriendly.
|
||||
|
||||
___
|
||||
Simular projects:
|
||||
[funkblubber - Naiji's Funkwhale CLI tool writen on Dart](https://git.reisen.church/NaiJi/funkblubber)
|
||||
[funkwhale-cli - Official Command line interface to interact with a Funkwhale server, writen on python](https://dev.funkwhale.audio/funkwhale/cli)
|
||||
[funkwhale-cli (2) - Same as official, but rewriten on rust](https://gh.phreedom.club/SkyLeite/funkwhale-cli)
|
||||
[HTTPDirFS - HTTP Directory Filesystem with a permanent cache, and Airsonic / Subsonic server support! Writen on C](https://gh.phreedom.club/fangfufu/httpdirfs)
|
||||
|
||||
|
|
|
@ -198,7 +198,6 @@ def player_menu(header='', storage={}):
|
|||
player_fw_storage.storage.get(track_url_to_uuid())['id'])
|
||||
elif select == 'Hide artist':
|
||||
track = player_fw_storage.storage.get(track_url_to_uuid())
|
||||
player.playlist_remove('current')
|
||||
src.fw_api.hide_content(
|
||||
{'target': {'id': track.get('artist').get('id'), 'type': 'artist'}})
|
||||
elif select == 'Exit':
|
||||
|
|
Loading…
Reference in New Issue