Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malthe/mdplayer
Spotlight-based music scheduler for Mac OS X. Playlists are text files with track queries.
https://github.com/malthe/mdplayer
Last synced: 15 days ago
JSON representation
Spotlight-based music scheduler for Mac OS X. Playlists are text files with track queries.
- Host: GitHub
- URL: https://github.com/malthe/mdplayer
- Owner: malthe
- Created: 2009-11-18T17:19:46.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-19T18:37:03.000Z (about 15 years ago)
- Last Synced: 2024-10-22T20:22:47.938Z (2 months ago)
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
MDPlayer
========Spotlight-based music scheduler for Mac OS X. Playlists are text files
with track queries.Playlist file example::
Nine Inch Nails - Heresy
Kraftwerk - Ohm Sweet Ohm
Animal Collective - Also FrightenedTo schedule playlist::
$ chmod +x mdplayer.py
$ mdplayer.py playlist.txtThe scheduler will use the system ``mdfind`` and ``mdls`` services
to locate music files that match the queries.The default music player is `Vox `_. Use
the ``-a`` option to specify a different application.Why?
----Playlists are hard to manage using a GUI, and using this scheduler you
can use any application to play your music (iTunes still does not play
FLAC files).Spotlight importers
-------------------Spotlight importers expose metadata in files to Spotlight, allowing
easy, powerful desktop searching of your computer's contents.To improve indexing for FLAC and OGG audio files, Stephen F. Booth
provides `importers `_ available as free
software -- `GPL `_.Note that Mac OS X comes with full indexing for MP3 files.
License
-------This software is made available as-is under the BSD license.
Written by Malthe Borch .