Skip to content

Commit

Permalink
original release version 0.8 from sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Peters committed Aug 15, 2019
1 parent 1ce4752 commit b6845ae
Show file tree
Hide file tree
Showing 58 changed files with 14,534 additions and 0 deletions.
Binary file added AppIcon.icns
Binary file not shown.
22 changes: 22 additions & 0 deletions BuildNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The reading of the tags is done by the "id3tag" library by Underbit.
Install it with

fink install libid3tag

or grab the source:

http://sourceforge.net/project/showfiles.php?group_id=12349

The FreeDB is done with the "AGRegex" regular expression framework.
Get it at

http://sourceforge.net/projects/agkit/

and build it in the same parent directory as "src", e.g.

TriTag/
AGRegex/
src/

Please note that if you build it by yourself than you have to correct
several paths in the project settings.
9 changes: 9 additions & 0 deletions Credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<CENTER>
Code: Patrick Gleichmann<BR>([email protected])<br>
Icon: Jim Nieken<br>
<HR>
ID3 Reading: libid3tag by Underbit<br>
MP3 length calculation: Module from MP3Info by Cedric Tefft
<HR>
Another fine <A href="http://www.feedface.com">FEEDFACE.com</A> release ;-)
</CENTER>
Binary file added English.lproj/InfoPlist.strings
Binary file not shown.
259 changes: 259 additions & 0 deletions English.lproj/MainMenu.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions English.lproj/MainMenu.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added English.lproj/MainMenu.nib/keyedobjects.nib
Binary file not shown.
Loading

0 comments on commit b6845ae

Please sign in to comment.