Download List

Project Description

PyGogear is a tool for using the Philips GoGear
MP3 players under Linux. The GoGear Philips xHDD0xx and PSS115/7
series of MP3 players can be mounted with the
usb-storage module, but merely copying MP3 files
onto it is not enough, since the player needs to
read information about the tracks from a Sqlite
database file, usually named MyDb. This program
reads the necessary tags (either ID3v1 or ID3v2)
from the MP3 files placed on the player and
inserts them in the database. M3U playlists are
supported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-26 21:42 Back to release list
5.8

The code was almost completely rewritten for a
more object-oriented design. Docstrings were added
for the main stuff. When a bad MP3 file is
encountered, the file simply gets skipped
(printing some string). M3U playlists are now
supported. Error handling and reporting were
improved. The general method
"getId(id_field.table, field_to_match, match)" was
introduced, and is used to get one entry's id from
any given table (instead of "make_artist(...)",
"make_album(...)", and similar). Other minor
changes were made.
Tags: Major feature enhancements

Project Resources