Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pykaraoke_mini(6) [debian man page]

PYKARAOKE(6)															      PYKARAOKE(6)

NAME
pykaraoke_mini - free CDG/MIDI/MPEG karaoke player SYNOPSIS
pykaraoke_mini DESCRIPTION
pykaraoke is a free karaoke player for Linux, FreeBSD and Windows. You can use this program to play your collection of CDG, MIDI and MPEG karaoke songs. PyKaraoke Features: * CDG (MP3+G, OGG+G) playback - Play standard CDG karaoke files * MIDI (.MID/.KAR) playback - Play MIDI format karaoke files * MPEG playback - Play karaoke songs and movies in MPEG format * Playlist - Queue up songs, sit back and enjoy * Searchable song database - Easily find your songs from the main screen * Search inside ZIP files - Play MP3+G/MIDI files wrapped in ZIP files * Cross-platform - Runs on Linux, FreeBSD and Windows USAGE
pykaraoke_mini is a frontend for the pycdg and pympg karaoke players. It is similar to pykaraoke.py, but it is designed for use on small portable devices rather than PC's. In particular, it could be useful on any device lacking a keyboard and mouse. It presents a scrolling list of songs to choose from, sorted by title, artist, or filename. It works within the same pygame window used to render the karaoke songs themselves, so the scrolling interface is not available while a song is being performed. The biggest strength of pykaraoke_mini is that it does not rely on a keyboard or a windowing interface, so it is ideal for use with a joystick or even an IR remote control in a bar. Unlike pykaraoke, pykaraoke_mini does not store a database of song files, nor does it search around through different folders to find your song files. Instead, it is your responsibility to build a catalog file, which is a text file that contains one line per each song. Each line should be of the form: filename <tab> title <tab> artist You can include international characters by encoding the file in UTF-8. All three of these fields will be presented to the user in the scrolling list. The filename is assumed to be relative to the catalog file itself. If you like, you can maintain multiple different catalog files ofthis form, which will allow you to run pykaraoke_mini with different sub- sets of your song files. Use the --catalog command-line option to specify the full path to your catalog file; the default filename is songs/catalog.txt. While navigating the scrolling menu, the following keys are available: up / down : scroll through the list. Hold the button down to scroll very rapidly. pageup / pagedown : scroll a page at a time. enter : select the highlighted song for performance. tab : change the sort mode between title, artist, and filename. The current sort key is displayed first for each file. + / - : enlarge or reduce the font scale. This also affects the font scale when a MIDI file is selected (but does not affect CDG or MPG files). a-z : search for a song beginning with the indicated letter. If you type multiple letters, search for a song beginning with the string you type. SEE ALSO
You can find PyKaraoke's home page at: http://www.kibosh.org/pykaraoke/ AUTHOR
PyKaraoke was written by Kelvin Lawson <kelvinl@users.sourceforge.net> and William Ferrell <willfe@gmail.com>. This manual page was written by Miriam Ruiz <little_miry@yahoo.es>, for the Debian project (but may be used by others). july 16, 2006 PYKARAOKE(6)

Check Out this Related Man Page

bluemindo(1)						      General Commands Manual						      bluemindo(1)

NAME
bluemindo - simple yet powerful audio player SYNOPSIS
bluemindo [options] DESCRIPTION
This manual page documents briefly the bluemindo command. bluemindo Bluemindo is a really simple but powerful audio player in Python/PyGTK, using GStreamer. It can downloads albums or artists pic- tures and lyrics as doing desktop notifications or sending music to your Last.fm profile or on your Jabber account (via PEP). You can also choose the view mode: lightweight (very simple way to use the player: you only have a playlist), basic (you have a tree of artists>albums and a playlist), normal (the most usual mode for audio players), full (you have a list of artists and saved playlists, a list of albums covers by artists and the playlist) or albums. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h, --help Show summary of options. --current Show the current playing song artist, title and album. --current-cover Show the path to the album cover of the current playing song. --current-lyrics Show the lyrics for the current playing song. --playpause, --play, --pause Play or pause the song. --stop Stop the song. --previous Jump to the previous song in playlist. --next Jump to the next song in playlist. --volume-more [ STEP ] Increase the volume, you can specify a step (0 > 100). --volume-less [ STEP ] Decrease the volume, you can specify a step (0 > 100). --volume=VOLUME Set the volume: 0 > 100. --reload Reload the songs from your music folder. --quit, --plunge Quit Bluemindo. AUTHOR
bluemindo was written by Erwan Briand <erwan@codingteam.net>. This manual page was written by Thibaut GIRKA <thibaut.girka@gmail.com>, for the Debian project (but may be used by others). June 22, 2008 bluemindo(1)
Man Page