linux:sound:mpd
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:sound:mpd [2022/12/16 12:56] – created ms | linux:sound:mpd [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 20: | Line 20: | ||
# An example configuration file for MPD. | # An example configuration file for MPD. | ||
# Read the user manual for documentation: | # Read the user manual for documentation: | ||
- | |||
# Files and directories ####################################################### | # Files and directories ####################################################### | ||
Line 433: | Line 432: | ||
# | # | ||
############################################################################### | ############################################################################### | ||
+ | </ | ||
+ | |||
+ | mpd starten/ | ||
+ | < | ||
+ | mpd | ||
+ | |||
+ | ps -ef|grep mpd | ||
+ | |||
+ | kill < | ||
+ | |||
+ | ### | ||
+ | |||
+ | systemctl start --user mpd | ||
+ | systemctl status --user mpd | ||
+ | systemctl stop --user mpd | ||
+ | </ | ||
+ | |||
+ | ==== Playlist einrichten ==== | ||
+ | < | ||
+ | cd .config/ | ||
+ | vi internetradio.m3u | ||
+ | |||
+ | http:// | ||
+ | http:// | ||
+ | http:// | ||
+ | </ | ||
+ | Playlist laden und spielen | ||
+ | < | ||
+ | mpc load internetradio | ||
+ | mpc play 1 | ||
+ | mpc ls | ||
+ | mpc stats | ||
+ | mpc status | ||
</ | </ |
linux/sound/mpd.1671191801.txt.gz · Last modified: 2023/01/11 20:30 (external edit)