Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31403
Modified Files:
ChangeLog ChangeLog_detailed README gtkpod.glade
Log Message:
* README
src/main.c
src/misc_confirm.c
src/prefs.c
src/prefs_window.c: removed references to "automount".
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- ChangeLog 18 Sep 2006 07:10:44 -0000 1.187
+++ ChangeLog 24 Sep 2006 12:16:24 -0000 1.188
@@ -5,13 +5,19 @@
repositories). Each iPod can be loaded/ejected
individually. Scripts are called before loading (gtkpod.load)
and after saving (gtkpod.eject) with the mountpoint as the
- first argument.
-
- IMPROVEMENT: Displays coverart on some newer iPod models now as
- well -- this includes the new mobile phone iPods.
+ first argument. If you need to mount the iPod manually, put the
+ mount command in gtkpod.load.
- IMPROVEMENT: Coverart can be read from the APIC tag if present.
- Up to now coverart had to be provided in spearate files.
+ IMPROVEMENT: Support for coverart has been improved. You may
+ have to select your iPod model from a list of available models
+ if your iPod cannot be identified automatically, as is the case
+ for iTunes mobile phones or the new 6th generation iPod Nanos.
+ Coverart embedded in the music file (APIC tag) can now also
+ read. Support to read the coverart from specified files is
+ still available though. Please note that at present APIC
+ support only works when adding tracks directly to the iPod. It
+ does not work when you add tracks to a LOCAL repository first
+ and use Drag and Drop to move the track to your iPod.
IMPROVEMENT: Podcasts are marked as unplayed (on the iPod, with
a bullet in front of the title) when newly added to the podcast
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- ChangeLog_detailed 24 Sep 2006 09:07:11 -0000 1.327
+++ ChangeLog_detailed 24 Sep 2006 12:16:24 -0000 1.328
@@ -9,6 +9,13 @@
* po/es.po: updated version by Alejandro Lamas Daviña
+ * README
+ src/main.c
+ src/misc_confirm.c
+ src/prefs.c
+ src/prefs_window.c: removed references to "automount".
+
+
2006-09-21 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/file.c: (update_track_from_file): forgot to flag track
Index: README
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/README,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- README 9 Jun 2006 15:22:23 -0000 1.59
+++ README 24 Sep 2006 12:16:24 -0000 1.60
@@ -186,7 +186,7 @@
Before loading the contents of an iPod, gtkpod will call
~/.gtkpod/gtkpod.load with the iPod's mountpoint as the only
command line argument. Put any commands here needed to access the
-iPod.
+iPod, for example if you need to mount the iPod manually.
When ejecting an iPod, gtkpod will call ~/.gtkpod/gtkpod.eject
with the the iPod's mountpoint as the only command line argument. Put
Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- gtkpod.glade 21 Sep 2006 15:03:12 -0000 1.215
+++ gtkpod.glade 24 Sep 2006 12:16:25 -0000 1.216
@@ -8098,31 +8098,14 @@
</child>
<child>
- <widget class="GtkCheckButton"
id="cfg_automount_ipod">
- <property name="visible">True</property>
- <property name="tooltip"
translatable="yes">On startup gtkpod will call 'mount <ipod mountpoint>',
on exit a 'umount <ipod mountpoint>' call is carried out. For more
complicated arrangements please use the ~/.gtkpod/gtkpod.in and
~/.gtkpod/gtkpod.out scripts.</property>
- <property name="can_focus">True</property>
- <property name="label"
translatable="yes">Handle mounting/unmounting of iPod drive</property>
- <property
name="use_underline">True</property>
- <property
name="relief">GTK_RELIEF_NORMAL</property>
- <property
name="focus_on_click">True</property>
- <property name="active">False</property>
- <property
name="inconsistent">False</property>
- <property
name="draw_indicator">True</property>
- <signal name="toggled"
handler="on_cfg_automount_ipod_toggled" last_modification_time="Thu, 14 Apr
2005 19:38:02 GMT"/>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
+ <placeholder/>
</child>
<child>
<widget class="GtkCheckButton"
id="cfg_autoimport">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label"
translatable="yes">Automatically import iTunesDB on startup</property>
+ <property name="label"
translatable="yes">Automatically import iTunesDBs on startup</property>
<property
name="use_underline">True</property>
<property
name="relief">GTK_RELIEF_NORMAL</property>
<property
name="focus_on_click">True</property>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2