/usr/share/doc/gnupod-tools/gnupodrc.example is in gnupod-tools 0.99.8-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ######################################################
# GNUpod 0.99.5 Configuration #
# #
# Save this file as: #
# ~/.gnupodrc or $ipod/iPod_Control/.gnupod/gnupodrc #
######################################################
##### GLOBAL OPTIONS #####
## Set the mountpoint for the iPod
# mount = /mnt/ipod
## Specify iPod model
## This is only needed to get artwork working (GNUpod needs to convert
## images into a model-specific format)
##
## Valid choices are:
## * video (default)
## * nano (pre-2007 nanos)
## * nano_3g (the late 2007 nano)
## * nano_4g (the late 2008 nano)
# model = video
## Let GNUpod call mktunes itself.
## This may cause a slow-down when dealing with
## large databases on slow CPUs because mktunes
## may take some time to complete
# automktunes = 1
##### NON GLOBAL OPTIONS ######
# *** mktunes ***
## Specify the iPods name
# mktunes.ipod-name = Wurstli
# *** on the go sync (V2 Firmware) ***
## Uncomment this to skip 'on-the-go' sync
# otgsync.nosync = 1
# *** tunes2pod ***
## Uncomment to set '--force' switch to true (DANGEROUS)
# tunes2pod.force = 1
# *** mktunes ***
## Set --volume boost to +10 percent
# mktunes.volume = +10
## Enforce iPod serial number:
# mktunes.fwguid = 000ba3100310abcf
# *** gnupod_search ***
## Always match only once
# gnupod_search.match-once = 1
# *** gnupod_addsong ***
## Disable ID3V2 Tag reading
# gnupod_addsong.disable-v2 = 1
## Disable ID3V1 Tag reading
# gnupod_addsong.disable-v1 = 1
|