From: <jc...@us...> - 2005-11-19 05:32:17
|
Update of /cvsroot/gtkpod/gtkpod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4622 Modified Files: ChangeLog ChangeLog_detailed Log Message: * file.c, file.h, file_itunesdb.c: basic video support -- thanks to Uwe Hermann for the input. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v retrieving revision 1.146 retrieving revision 1.147 diff -u -d -r1.146 -r1.147 --- ChangeLog 12 Nov 2005 13:28:02 -0000 1.146 +++ ChangeLog 19 Nov 2005 05:32:09 -0000 1.147 @@ -12,6 +12,9 @@ of the search column is done by clicking anywhere inside the column. + NEW: very basic iPod video support (you can add Videos but no + metadata is filled in). Thanks to Uwe Herman for the input. + IMPROVEMENT: added comment, category, description, podcast url, podcast rss, subtitle fields and release date to displayable fields. Index: ChangeLog_detailed =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- ChangeLog_detailed 19 Nov 2005 02:14:07 -0000 1.103 +++ ChangeLog_detailed 19 Nov 2005 05:32:10 -0000 1.104 @@ -1,3 +1,8 @@ +2005-11-19 Jorg Schuler <jc...@us...> + + * file.c, file.h, file_itunesdb.c: basic video support -- + thanks to Uwe Hermann for the input. + 2005-11-17 Jorg Schuler <jc...@us...> * configure.in: make check for flex fatal. |