logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gtkpod - GTK2 based software for managing songs and playlists on an Apple iPod

Author

        Jorg Schuler <jcsjcs at users.sourceforge.net>
        Corey Donohoe <atmos at atmos.org>
        Adrian Ulrich <pab at blinkenlights.ch>
        and others

       This manpage was written by Frank Lichtenheld.

Description

       This manual page briefly describes the gtkpod command.

Files

~/.gtkpod/prefs
           Per user configuration file. Should normally only updated through the program itself.

       /etc/gtkpod/prefs
           Global configuration file. Used if no configuration file exist for the user starting gtkpod.

       ~/.gtkpod/gtkpod.in
           If this file exists, gtkpod will try to execute it at startup This is done before attempting to mount
           the iPod directory (optional) or read the iTunesDB (optional).

       ~/.gtkpod/gtkpod.out
           If  this  file  exists,  gtkpod  will try to execute it while exiting the program. This is done after
           attempting to unmount the iPod directory (optional) and sending  the  "eject"  command  to  the  iPod
           (optional).

       /etc/gtkpod/gtkpod.in, /etc/gtkpod/gtkpod.out
           Used instead of the per user scripts if the former ones don't exist and these do.

       ~/.gtkpod/gtkpod.load
           If  this  file  exists, gtkpod will execute it before loading the contents of an iPod with the iPod's
           mountpoint as the only command line argument. Put any commands needed to access the  iPod  here,  for
           example if you need to mount the iPod manually.

       ~/.gtkpod/gtkpod.eject
           If  this  file exists, gtkpod will execute it when ejecting an iPod with the the iPod's mountpoint as
           the only command line argument. Put any commands you want to execute after  gtkpod  has  written  the
           changes to the iPod here.  For example:

           sudo eject $1

           gtkpod will not attempt to do any magic of it's own to mount/unmount/eject the iPod.

Name

       gtkpod - GTK2 based software for managing songs and playlists on an Apple iPod

Options

gtkpod supports the following options:

       -h, --help
           Displays the help message.

       -m, --mountpointpath
           Define the mountpoint of your iPod.

       -pfilename
           Increment playcount for file filename by one.

       --hashfilename
           Print gtkpod hash for file filename.

Synopsis

gtkpod [-h] [-mpath] [-pfilename] [--hashfilename]

See Also