Randomplay

Randomplay is a command-line based shuffle music player that remembers songs between sessions.
Download

Randomplay Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kessel
  • Publisher web site:
  • http://adam.rosi-kessel.org/randomplay

Randomplay Tags


Randomplay Description

Randomplay is a command-line based shuffle music player that remembers songs between sessions. Randomplay is a command-line based shuffle music player that remembers songs between sessions.Randomplay plays your music collection (or execute any arbitrary commands on any arbitrary filetypes) in random order, remembering songs played across sessions.Randomplay also has many features to make command-line music playing more convenient, including recursive regexp searching for tracks and the ability to specify a certain number of tracks, bytes, or minutes to play.Randomplay will also generate a list of music files to be loaded onto a portable music player device. It includes a 'random weighting' feature, so your favorite songs are more likely to come up in the random shuffle.Randomplay is a convenient tool for the user who does everything in an xterm window or console and is constantly devising complex find/grep/sed command lines to play just the right set of songs. Following are some example invocations of randomplay to give a general sense of its flexibility; see the manpage for more complete information: Play all ogg files in dir1 and dir2 under your home directory, and dir3 under the base directory specified in ~/.randomplayrc, which have not been played for 15 days in random order with 5 seconds between songs: randomplay --days=15 --pause=5 --player ogg=ogg123 ~/dir1 ~/dir2 =dir3Play all ogg, wav, and mp3 files under the current directory (or base directory, if specified in .randomplayrc file) which have not been played for 10 days in alphabetical order, switch the 'skip to next song' keystroke to 'G' or 'g' and 'quit' to 'q' or 'c': randomplay --norandom --key next=Gg --key quit=qcPlay all files under the current directory with the strings "frisell" and "bill" in the filename, in any order, (saves having to hunt down a file in a hierarchy), ignore whether the file has been played recently, but stop playing after 15 minutes: randomplay --regexp 'frisell bill' -0 --maxtime=15mDisplay 100M worth of music files, randomly sorted, without recording the history of tracks, using the default music directory (or the current directory if not specified): randomplay --maxsize=100M --noremember --names-onlyPlay the last 10 songs played over again: randomplay --last=10Play songs test.ogg, test2.ogg, test3.ogg, and all files in musicdir in random order without weighting preferred songs: randomplay --noweight test.ogg test2.ogg test3.ogg musicdirCopy 128M of songs into a Neuros Audio Player, using positron: positron add 'randomplay --names-only --maxsize=128M'Pick a random jpeg or png file that has not been displayed in the last week from the 'images' directory and display it with ImageMagick 'display' command: randomplay --player jpg=display --player gif=display --days 7 ~/imagesWhat's New in This Release:· New keystrokes for pausing and displaying all available keystrokes while playing were added.· UTF-8 output for MP3 tags can now be disabled.· A bug that prevented randomplay from working with sox was fixed.· The documentation was improved.


Randomplay Related Software