]> git.parisson.com Git - deefuzzer.git/commit
New MediaBase class for common media object functionality
authorachbed <github@achbed.org>
Tue, 27 Jan 2015 23:13:47 +0000 (17:13 -0600)
committerachbed <github@achbed.org>
Tue, 27 Jan 2015 23:13:47 +0000 (17:13 -0600)
commitc68f4a42b4e73e2847a9fab288a74091587fe16f
treea5dfedc871fc9bd3c93a8841524c75f63dbdc620
parent1cf88da68b68e8d06738e51f70c860ce5d355ee5
New MediaBase class for common media object functionality
Refactored MP3, OGG, WebM classes to use MediaBase
Station now uses common MediaBase functions to get artist, title, and song info
deefuzzer/station.py
deefuzzer/tools/__init__.py
deefuzzer/tools/mediabase.py [new file with mode: 0644]
deefuzzer/tools/mp3.py
deefuzzer/tools/ogg.py
deefuzzer/tools/webm.py