Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puutaro/cmdmusicplayer
Music player by termux in CommandClick
https://github.com/puutaro/cmdmusicplayer
android cmdclick commandclick fannel javascript mpv shellscript termux
Last synced: 21 days ago
JSON representation
Music player by termux in CommandClick
- Host: GitHub
- URL: https://github.com/puutaro/cmdmusicplayer
- Owner: puutaro
- License: mit
- Created: 2023-12-04T14:23:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-07T10:07:42.000Z (7 months ago)
- Last Synced: 2024-04-07T11:23:17.451Z (7 months ago)
- Topics: android, cmdclick, commandclick, fannel, javascript, mpv, shellscript, termux
- Language: JavaScript
- Homepage: https://github.com/puutaro/CommandClick
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmdMusicPlayer.js
---------------Music player (**termux**) @puutaro
Table of Contents
-------
* [Installation](#installation)
* [Toolbar buttons](#toolbar-buttons)
* [Play Button](#play-button)
* [Cmd Variables](#cmd-variables)
* [Install](#install)
* [musicDir](#musicdir)
* [musicPlayListName](#musicplaylistname)
* [musicPlay](#musicplay)
* [numberPlay](#numberplay)
* [About Volume Controll](#about-volume-controll)
* [STOP](#stop)
* [startNum](#startnum)
* [endNum](#endnum)
* [EDIT_MUSIC_PLAY_LIST](#edit_music_play_list)
* [Setting variables](#setting-variables)
* [terminalFontZoom](#terminalfontzoom)
* [terminalFontColor](#terminalfontcolor)
* [terminalColor](#playmode)
* [numberPlay](#terminalcolor)## Installation
---------------------1. Install [ComamndClick](https://github.com/puutaro/CommandClick) to your android by [this link](https://github.com/puutaro/CommandClick#app-installation)
2. Set up termux by [this link](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#termux-setting)
3. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code
4. Press [Install button](#install)## Toolbar buttons
### Play Button
Launch music play list site
## Cmd Variables
--------
### Install
Install & upgrade require package### musicDir
Target music file saved directory path### musicPlayListName
Input or select play list file name
- Prefix must be "music"
ex) "musicPlayList"### musicPlay
Select shuffle or ordinaly and press
1. Press "PLAY"
2. (Execute play list)### numberPlay
Input or inc/dec number1. Press "PLAY"
2. (Play number)### About Volume Controll
- Volume Controll enable when CommandClick hide### STOP
Play stop### startNum
Start number
- 0: firstNumber### endNum
End number
- 0: lastNumber### EDIT_MUSIC_PLAY_LIST
Edit music play list name by `renameMusicPlayListName`
`renameMusicPlayListName`
| value | description |
| ----------- | ----------- |
| blank | Delete music file path list name |
| other | Rename music file path list name (auto comp prefix `music`) |## Setting variables
---------### terminalFontZoom
Adjust terminal font size (percentage)### terminalFontColor
Adjust terminal font color### terminalColor
Adjust terminal background color