All Projects → weisslj → cmus_lastfm_autoadd

weisslj / cmus_lastfm_autoadd

Licence: other
Automatically fill cmus playlist with new similar tracks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cmus lastfm autoadd

Jellyfin Plugin Lastfm
LastFM plugin for the Jellyfin media system. Fork of the Emby Last.FM plug-in
Stars: ✭ 43 (+186.67%)
Mutual labels:  lastfm
Web Scrobbler
Scrobble music all around the web!
Stars: ✭ 1,783 (+11786.67%)
Mutual labels:  lastfm
Vuiet
The music player and explorer for Emacs
Stars: ✭ 175 (+1066.67%)
Mutual labels:  lastfm
Playa Old
The OS X Audio Player that thinks in albums.
Stars: ✭ 80 (+433.33%)
Mutual labels:  lastfm
Gmscrobber
userscript. 记录在线音乐到last.fm
Stars: ✭ 111 (+640%)
Mutual labels:  lastfm
Musaicfm
Screensaver inspired by Apple’s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: ✭ 144 (+860%)
Mutual labels:  lastfm
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (+6380%)
Mutual labels:  lastfm
lastfm-friends-who-listen
🎶 Get the Friends Who Listen widget back on Last.fm
Stars: ✭ 22 (+46.67%)
Mutual labels:  lastfm
Prime Player Google Play Music
Chrome extension for Google Play Music
Stars: ✭ 121 (+706.67%)
Mutual labels:  lastfm
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+17526.67%)
Mutual labels:  lastfm
Shazamscrobbler Macos
Last.fm scrobbler for the Shazam Mac app
Stars: ✭ 86 (+473.33%)
Mutual labels:  lastfm
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: ✭ 98 (+553.33%)
Mutual labels:  lastfm
Pscrobbler
A last.fm scrobbler and viewer for Android
Stars: ✭ 200 (+1233.33%)
Mutual labels:  lastfm
Spotifycurrentlyplaying.js
Display your currently playing Spotify song(s) using Last.fm scrobbling.
Stars: ✭ 71 (+373.33%)
Mutual labels:  lastfm
github-now-playing
🎵 Display what you're listening to right on your Github profile
Stars: ✭ 75 (+400%)
Mutual labels:  lastfm
Scroball
Universal Last.fm scrobbler for Android
Stars: ✭ 40 (+166.67%)
Mutual labels:  lastfm
Last Fm
Simple, robust LastFM API client (for public data)
Stars: ✭ 142 (+846.67%)
Mutual labels:  lastfm
cmus-control
Control cmus with Media Keys ⏪ ▶️ ⏩ under OS X.
Stars: ✭ 51 (+240%)
Mutual labels:  cmus
YouScrobbler
Scrobbling from YouTube to Last.FM - Userscript for Firefox and Chrome
Stars: ✭ 34 (+126.67%)
Mutual labels:  lastfm
Cloudtunes
Web-based music player for the cloud ☁️ 🎶 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+16226.67%)
Mutual labels:  lastfm
To use the script in cmus, just set status_display_program to the path of the
cmus_add_similar.py file, e.g. in cmus:

:set status_display_program=/path/to/cmus_add_similar.py

If you want to use multiple status display programs, you have to write a
wrapper shell script, e.g.:

cat >/home/XXX/.cmus/status_display_program.sh <<END
#!/bin/sh

/path/to/cmuscrobbler "$@"
/path/to/cmus_add_similar.py "$@" &
END

chmod 755 /home/XXX/.cmus/status_display_program.sh

In cmus:
:set status_display_program=/home/XXX/.cmus/status_display_program.sh


Attention: You need at least cmus 2.4.x, 2.3.x or older is not
           supported anymore.

For questions: [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].