Skip to content

xinhaoyuan/dbfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An overly simple douban.fm client.

Author (also see Credit): Xinhao Yuan [email protected]

Login

python3 -m dbfm -l

Backend

python3 -m dbfm

Use --help option to see how to set channel.

Frontend

It comes with a minimal frontend, which keeps getting songs from douban.fm, and plays them one by one with command template. By default the template is mplayer {song_url} with {song_url} replaced by the url retrieved from douban.fm.

python3 -m dbfm -p

Misc

By default, the login token is saved at $HOME/.cache/doubanfm.token.

Credit

Most of the douban.fm protocol code in login.py and client.py is from https://github.com/taizilongxu/douban.fm with MIT License.

About

An overly simple douban.fm client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages