Download List

프로젝트 설명

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-08-31 15:32
5.9

파이썬 2.3에 대한 지원이 추가되었습니다. 실종 모듈을보고 몇 가지 버그가 수정되었습니다. 출력 포맷 좋네요되었다.
Tags: Minor feature enhancements
Support for Python 2.3 was added. Some bugs in
reporting missing modules were fixed. Output
formatting was made nicer.

2005-08-05 07:05
5.8.4

몇 가지 일반적인 버그로 인해 나쁜 코딩에 고정했다. 나쁜 태그 (또는 태그가없습니다)와 조우 취급 향상되었다, 그래서 지금은 몇 가지 기본적으로 설정되어있습니다. id3v2.2 태그가 생략이있는 파일 eyeD3 이후로 제대로 처리하지 않습니다. read_tag () 메소드 read_mp3의 찬성이 제거되었습니다 (). fix_string () 메서드가 추가되었습니다. set_defaults () 메소드는 몇 가지 기본 태그, 필요할 때 설정이 추가되었습니다.
Tags: Major bugfixes
Some general bugs due to bad coding were fixed.
Handling of encounters with bad tags (or no tags)
was improved, so now some defaults are set. Files
with id3v2.2 tags are skipped, since eyeD3 does
not handle them properly. The read_tag() method
was removed in favor of read_mp3(). The
fix_string() method was added. The set_defaults()
method was added to set some default tags when
needed.

2005-07-26 21:42
5.8

코드를 거의 완전히 더 많은 객체 지향 설계를 재작 성했다. Docstrings 주요 물건을 추가했다. 나쁜하면 MP3 파일, 파일은 단순히 생략되면 발생합니다 () 일부 문자열을 출력. M3U 재생 목록을 현재 지원합니다. 오류 처리 및보고 기능을 개선했다. 일반적인 방법 "getId (field_to_match, 일치)"을 도입했고, id_field.table 하나의 항목 make_artist (...)", 특정 테이블 (대신 "에서"make_album의 id를 사용합니다 (...)" , 및 유사). 기타 사소한 변경되었다.
Tags: Major feature enhancements
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.

2005-07-05 14:05
5.7.5

pyGogear 전혀 태그와 이러한 MP3 파일을 좀 바보 태그를 작성하는 데 사용되는. 이제 파일이 온전히 남아있습니다. 데이터베이스 파일이 복사는 / tmp에 빠른 액세스 시간이다. 노래를 삽입한 번호와 카운터를 성공적으로 실행 후 인쇄됩니다. 일부 변경 사항 eyeD3 모듈을 도입했다. 어떤 정보가 데이터베이스에 '노래를 테이블에서 비트 전송률, 주파수, 트랙 길이) (예 : 삽입되지 않고있다. ID3v2 지금뿐만 아니라, ID3v1를 지원합니다. 출력 이제 디버깅 출력을 이후로 제거 좋네요.
Tags: Major feature enhancements
pyGogear used to write some dummy tags to those
MP3 files with no tags at all. Now files are left
untouched. The database file is now copied to /tmp
for faster access times. A counter with the number
of songs inserted is printed after a succesful
execution. Some changes were introduced by the
eyeD3 module. Some information was not inserted in
the database' song table (such as bitrate,
frequency, track length). ID3v2 is now supported
as well as ID3v1. Output is now nicer, since the
debugging output was removed.

2005-07-01 07:33
5.6.30-beta

Tags: Initial freshmeat announcement

Project Resources