foo. bar. baz. quux.

Schemep3

From WikiBazQuux

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:14, 29 July 2008
Cwbowron (Talk | contribs)
(To Do (Maybe))
← Previous diff
Revision as of 15:18, 27 October 2008
Cwbowron (Talk | contribs)

Next diff →
Line 18: Line 18:
** Marks the current playing file in the playlist ** Marks the current playing file in the playlist
** Playlist ordering using meta-up, meta-down ** Playlist ordering using meta-up, meta-down
 +** multiple playlists
* '''Playback Queue''' * '''Playback Queue'''
** Play next option ** Play next option
Line 54: Line 55:
''in no particular order'' ''in no particular order''
* dropping an m3u loads all the files contained in it * dropping an m3u loads all the files contained in it
-* multiple playlists 
* playlist tree - primitive prototype working * playlist tree - primitive prototype working
* scheme based queries... * scheme based queries...

Revision as of 15:18, 27 October 2008

Schemep3 is a music playback and database program written in PLT Scheme. It can playback any audio format that MPlayer plays and read tags in any format that TagLib understands. It uses Jay McCarthy's SQLite module for database access.

If you are interested in the code, please email me at chris SQUIGGLE bowron dizzot us.

Contents

Features

  • SQLite Database
    • Track last played and play count
  • Tags via TagLib
    • FFI interface to C wrapper functions
    • scheme extension for id3v2 frame blocks
    • scheme extension for flac comments
  • Playback
    • Uses external mplayer process
    • playback seek by clicking on progress bar
  • Playlist
    • Accepts dropped files or results from database query
    • Configurable format
    • Marks the current playing file in the playlist
    • Playlist ordering using meta-up, meta-down
    • multiple playlists
  • Playback Queue
    • Play next option
    • Add to queue option
  • GUI
    • Optional album art display (folder.jpg)
    • UI for changing ratings
    • Progress bar
    • keyboard controls
      • enter -> play
      • space -> pause
      • n,N -> next
  • Misc
    • Export to m3u (playlist context menu)
    • Store preferences in db ( scrobbler username, password )
    • last.fm submission
    • store / restore database queries
    • Move to library options
      • Moves media file into my \Music\Library\A\ARTIST\YEAR - ALBUM\0x - TITLE format
      • Moves album art also
  • OS Specific
    • Windows
      • Pause on terminal lock
      • global hotkeys (C-A-Space => Pause, C-A-Right Arrow => Next )
  • Deprecated
    • id3lib ffi - deprecated for taglib
    • FLAC
      • tag parser
      • duration
    • mp3
      • id3v1 tag reader
      • id3v2 tag reader
      • estimates playback length (hacky)

To Do (Maybe)

in no particular order

  • dropping an m3u loads all the files contained in it
  • playlist tree - primitive prototype working
  • scheme based queries...
  • playback queue viewer
  • copy to mp3 player (and convert -> mp3)
    • converter
      • input -> pcm -> mp3 via mplayer and lame is working
  • audioscrobbler caching
  • remove empty directories after moving files to library

Screenshots

Dependencies

Personal tools