User Tools

Site Tools


linux:sound:mpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:sound:mpd [2022/12/16 12:56] – created mslinux: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: http://www.musicpd.org/doc/user/ # Read the user manual for documentation: http://www.musicpd.org/doc/user/
- 
  
 # Files and directories ####################################################### # Files and directories #######################################################
Line 433: Line 432:
 # #
 ############################################################################### ###############################################################################
 +</code>
 +
 +mpd starten/stoppen
 +<code>
 +mpd
 +
 +ps -ef|grep mpd
 +
 +kill <PID>   # PID von mpd
 +
 +###
 +
 +systemctl start --user mpd
 +systemctl status --user mpd
 +systemctl stop --user mpd
 +</code>
 +
 +==== Playlist einrichten ====
 +<code>
 +cd .config/mpd/playlists/
 +vi internetradio.m3u
 +
 +http://stream.laut.fm/best_of_80s
 +http://stream.laut.fm/just80s
 +http://stream.laut.fm/rockin_c
 +</code>
 +Playlist laden und spielen
 +<code>
 +mpc load internetradio
 +mpc play 1
 +mpc ls
 +mpc stats 
 +mpc status 
 </code> </code>
linux/sound/mpd.1671191801.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki