1 Star 0 Fork 0

xiaohui / music-player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

A terminal music player written in the Rust language.

running playing

Requirements

配置文件存放在: 用户目录\.config\music_player\config.yml

Configuration file path: ~\.config\music_player\config.yml

# Path to store music
# 存放音乐的路径 (默认系统音乐路径)
music_database: ''

# Color
# 主题配色
theme:
  list_title_color: '#ffaaff'
  list_title_page_color: '#ffb747'
  list_border_color: '#ffffff'
  list_music_color: '#eee4c4'
  list_folder_color: '#eee4c4'
  list_icon_color: '#f07178'
  list_selected_color: '#c3e88d'
  search_border_color: '#ffb747'
  search_icon_color: '#ec998b'
  search_font_color: '#eee4c4'
  command_font_color: '#eee4c4'
  command_border_color: '#c3eead'
  music_pic_color1: '#f07178'
  music_pic_color2: '#81a8fd'
  usage_color_left: '#beb2ec'
  usage_color_right: '#eee188'
  cut_off_rule_color: '#c3e88d'
  play_music_list_title_color: '#81a8fd'
  play_music_list_border_color: '#ffaaff'
  play_music_list_id_color: '#e0d7ca'
  play_music_list_duration_color: '#a9c34f'
  play_music_list_name_color: '#eee4c4'
  play_music_list_artist_color: '#b2e2e4'
  play_music_list_album_color: '#eee188'
  play_music_list_header_color: '#d15aa7'
  playing_music_border_color: '#81a8fd'
  playing_music_name_color: '#d8ce2e'
  volume_icon_color: '#9998af'
  volume_value_color: '#dcd8da'
  gauge_color: '#cece68'
  gauge_border_color: '#abcc7e'
  gauge_label_color: '#fa4d70'

Usage

Browse

Description Event
Exit program q
Move selection down j | <Down Arrow Key>
Move selection up k | <Up Arrow Key>
Move selection down 5 steps J
Move selection up 5 steps K
Move selection to the top g
Move selection to the bottom G
Next page n
Previous page N
Open folder l
Back to the previous folder h
Enter command mode :
Enter search mode |
Exit search or command mode <Esc>
Pause or resume <Space>
Increase the volume + | =
Decrease the volume -
Add music to the playlist <Enter>

Command

Description Command
Add all songs in the current directory to the playlist all
Removes the specified song from the playlist (Multiple can be specified) rm <music_id>
Remove all songs from the playlist clear | cls
Play the whole playlist (Repeat: on) order | od
Put the current song on repeat (Repeat: off) singlecycle | sc
Shuffle current playlist shuffle | sh
Play the next song in the playlist next | n

空文件

简介

🎵 命令行音乐播放器 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Rust
1
https://gitee.com/huanzeng/music-player.git
git@gitee.com:huanzeng/music-player.git
huanzeng
music-player
music-player
master

搜索帮助