Wikia

Music Player Daemon Community Wiki

Watchlist Recent changes

Hack:mpc playlist

#!/usr/bin/perl
# mpc_playlist
# by Niklas Hofer , alzhaimer AT gmx DOT net
# uses mpc to add playlists beginning with special char
# Settings ! please modify !
$playlistdir = '/usr/local/share/mp3/playlists/';
## the begins here
$first=shift || die "you must specify some of the first chars of a playlist\n";
@files=sort <$playlistdir/*.m3u>;
foreach (@files) {
  chomp;
  s/^.+\///;
  if (/^$first/) {
    s/\.m3u$//;
    system("mpc load $_");
  }
}

Pages on Music Player Daemon Community Wiki

Add a Page
543pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
114photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki