Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnookala/ampy
https://github.com/bnookala/ampy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bnookala/ampy
- Owner: bnookala
- Created: 2011-03-16T00:30:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-17T00:18:32.000Z (over 13 years ago)
- Last Synced: 2024-10-26T00:30:54.714Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
AMPY is a command line frontend to the Acoustics Music Player (AMP),
developed by Adrian Kreher ([email protected]), and in use by the
Association for Computing Machinery. AMPY is currently in development as of
November 19th, 2010.The source code for ampy (in its most recent revision) can be found online:
http://bitbucket.org/bnookala/ampy/Currently, there are a lot of known bugs:
-uses curses. Curses is a problem, because it's incredibly undocumented. We need to
find a better library, that's capable of reporting actual errors...
-because of curses, there's a lot of issues writing to the terminal, that come up
when multiple threads attempt to write to the term. The searchbox is consistently
blocking for input, so when the player state is redrawn, corrupted text may be input.Features:
-Search
-Queue (shows the list of songs that will play)
-Nice little countdown timer :D
-Multi-threaded!
-Logging (turned off by default)Future features:
-Authentication
-Voting up songs/vote your song to the top of your queue
-PlaylistInstructions:
-Run ampy2/ampy
-To quit, either use the "ctrl+c" combination, or type: "!quit" or "!q",
then hit enter
-To search, just type and hit enter.
-To get back to the queue, type "!l" or "!list", then hit enter.AMPY uses ncurses and python-core 2.6.
Though this code is not malicious in any way, I disclaim responsibility for any problems that may arise with your hardware.
Thanks,
Bhargav Nookala
[email protected]