| mktunes.pl -m /mnt/ipod --volume 40
+ | mktunes -m /mnt/ipod --volume 40
|
This would adjust the volume +40 percent. (You can also use '-100' to get
a silent iPod ;) )
-After mktunes.pl is done, you can umount the iPod and remove the sbp2 module
+After mktunes is done, you can umount the iPod and remove the sbp2 module
| umount /mnt/ipod
rmmod sbp2
|
-Added songs won't be visible on the iPod if you did not run mktunes.pl before umounting the iPod.
-(If you forgot to run mktunes.pl before unpluging/umounting, simply mount the iPod again and run it)
+Added songs won't be visible on the iPod if you did not run mktunes before umounting the iPod.
+(If you forgot to run mktunes before unpluging/umounting, simply mount the iPod again and run it)
@@ -1147,7 +1147,7 @@
non-apple software. GNUpod is able to create the required hash value if it knows the iPods serial number, this is a 16 chars long hex
value such as: 000ba3100310abcf and should be autodetected on GNU/Linux (via /proc/bus/usb/devices ) and Solaris (via prtconf -v ).
If GNUpod somehow fails to find the correct serial number of your iPod you'll have to specify the correct value using the --fwguid switch
-of mktunes.pl .
+of mktunes .
@@ -1213,16 +1213,16 @@
Everytime you run tunes2pod , the iTunesDB will get parsed and converted into an
XML File (the GNUtunesDB).
-mktunes.pl does the opposite: it parses the XML file and creates an iTunesDB (for the
+mktunes does the opposite: it parses the XML file and creates an iTunesDB (for the
iPod and iTunes)
-Only mktunes.pl and tunes2pod have to worry about the iTunesDB format: all other tools
+Only mktunes and tunes2pod have to worry about the iTunesDB format: all other tools
(gnupod_addsong.pl for example) only have to deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so everytime you change the
-GNUtunesDB (by hand or using gnupod_something.pl) you'll have to run mktunes.pl .
+GNUtunesDB (by hand or using gnupod_something.pl) you'll have to run mktunes .
If 'you' changed the iTunesDB (using gtkPod/iTunes/Ehpod), run tunes2pod *before*
--- gnupod-0.99.8/doc/gnupod.info 2021-08-18 08:09:57.011220360 -1200
+++ gnupod-0.99.8/doc/gnupod.info.new 2021-08-18 08:09:57.363220360 -1200
@@ -338,8 +338,8 @@
Setup Firewire (or USB) as described in 'Using FireWire with
GNU/Linux', load the modules and make sure that sbp2 detected your iPod.
-Mount the iPod and run `mktunes.pl' to bring the device into a 'clean'
-state. Unmount the iPod after mktunes.pl finishes but do *not* unplug
+Mount the iPod and run `mktunes' to bring the device into a 'clean'
+state. Unmount the iPod after mktunes finishes but do *not* unplug
the iPod. Ready? Ok, we assume your iPod is `/dev/sda':
First you need to get a new Firmware image. Checkout the latest
@@ -545,7 +545,7 @@
This example searches all files from 'Alfred Neumann', changes the
artist into 'John Doe' and sets the rating to 5 Stars (5*20=100)
- Don't forget to run mktunes.pl!
+ Don't forget to run mktunes!
You could also edit the GNUtunesDB.xml with a text editor :-)
@@ -635,7 +635,7 @@
- Such a playlist will show up as a Podcast after running mktunes.pl
+ Such a playlist will show up as a Podcast after running mktunes
gnupod_addsong.pl can also download podcasts and create such
playlists itself:
@@ -679,7 +679,7 @@
# Set cover.jpg as artwork for all songs that match album =~ /Katamari/i
gnupod_search.pl --artwork cover.jpg --album Katamari
- don't forget to run `mktunes.pl' afterwards.
+ don't forget to run `mktunes' afterwards.
Note: Artwork added by GNUpod may vanish after using iTunes: GNUpod
does not inject the artwork into the id3-header of the file. If iTunes
@@ -692,28 +692,28 @@
4.10 Unplug the iPod
====================
-Before umounting the iPod, you have to call `mktunes.pl' which will
+Before umounting the iPod, you have to call `mktunes' which will
parse the GNUtunesDB XML file and convert it into the iTunesDB format.
Simply run
- mktunes.pl -m /mnt/ipod
+ mktunes -m /mnt/ipod
- Note: Since GNUpod 0.91, mktunes.pl has a '-volume' option which you
+ Note: Since GNUpod 0.91, mktunes has a '-volume' option which you
can use to boost the Volume.
- mktunes.pl -m /mnt/ipod --volume 40
+ mktunes -m /mnt/ipod --volume 40
This would adjust the volume +40 percent. (You can also use '-100'
to get a silent iPod ;) )
- After `mktunes.pl' is done, you can umount the iPod and remove the
+ After `mktunes' is done, you can umount the iPod and remove the
sbp2 module
umount /mnt/ipod
rmmod sbp2
Added songs won't be visible on the iPod if you did not run
-mktunes.pl before umounting the iPod. (If you forgot to run
-`mktunes.pl' before unpluging/umounting, simply mount the iPod again
+mktunes before umounting the iPod. (If you forgot to run
+`mktunes' before unpluging/umounting, simply mount the iPod again
and run it)
@@ -803,7 +803,7 @@
should be autodetected on GNU/Linux (via `/proc/bus/usb/devices') and
Solaris (via `prtconf -v'). If GNUpod somehow fails to find the
correct serial number of your iPod you'll have to specify the correct
-value using the `--fwguid' switch of `mktunes.pl'.
+value using the `--fwguid' switch of `mktunes'.
File: gnupod.info, Node: Problems, Next: GNU Free Documentation License, Prev: Using GNUpod, Up: Top
@@ -840,17 +840,17 @@
understand by humans and easy to edit by hand.
Everytime you run `tunes2pod', the iTunesDB will get parsed and
-converted into an XML File (the GNUtunesDB). `mktunes.pl' does the
+converted into an XML File (the GNUtunesDB). `mktunes' does the
opposite: it parses the XML file and creates an iTunesDB (for the iPod
and iTunes)
- Only mktunes.pl and tunes2pod have to worry about the iTunesDB
+ Only mktunes and tunes2pod have to worry about the iTunesDB
format: all other tools (gnupod_addsong.pl for example) only have to
deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so
everytime you change the GNUtunesDB (by hand or using
-gnupod_something.pl) you'll have to run `mktunes.pl'.
+gnupod_something.pl) you'll have to run `mktunes'.
If 'you' changed the iTunesDB (using gtkPod/iTunes/Ehpod), run
`tunes2pod' *before* using any other GNUpod commands.
--- gnupod-0.99.8/doc/gnupod.texi 2021-08-18 08:09:56.999220360 -1200
+++ gnupod-0.99.8/doc/gnupod.texi.new 2021-08-18 08:09:57.383220360 -1200
@@ -359,7 +359,7 @@
Note: These steps do not work on late 2007 iPods (such as Classic, Touch and 3th gen. Nano).
Setup Firewire (or USB) as described in 'Using FireWire with GNU/Linux', load the modules and make sure that sbp2 detected your iPod.
-Mount the iPod and run @code{@w{mktunes.pl}} to bring the device into a 'clean' state. Unmount the iPod after mktunes.pl finishes
+Mount the iPod and run @code{@w{mktunes}} to bring the device into a 'clean' state. Unmount the iPod after mktunes finishes
but do *not* unplug the iPod. Ready? Ok, we assume your iPod is @code{@w{/dev/sda}}:
First you need to get a new Firmware image.
@@ -561,7 +561,7 @@
This example searches all files from 'Alfred Neumann', changes the artist into 'John Doe' and
sets the rating to 5 Stars (5*20=100)
-Don't forget to run mktunes.pl!
+Don't forget to run mktunes!
You could also edit the GNUtunesDB.xml with a text editor :-)
@@ -669,7 +669,7 @@
@end example
-Such a playlist will show up as a Podcast after running mktunes.pl
+Such a playlist will show up as a Podcast after running mktunes
gnupod_addsong.pl can also download podcasts and create such playlists itself:
@@ -718,7 +718,7 @@
gnupod_search.pl --artwork cover.jpg --album Katamari
@end example
-don't forget to run @code{@w{mktunes.pl}} afterwards.
+don't forget to run @code{@w{mktunes}} afterwards.
Note: Artwork added by GNUpod may vanish after using iTunes: GNUpod does not inject the artwork into the id3-header of the file.
If iTunes finds such a file (while scanning / changing tags) the artwork may get dropped.
@@ -727,32 +727,32 @@
@node Unplug the iPod
@section Unplug the iPod
-Before umounting the iPod, you have to call @code{@w{mktunes.pl}} which will
+Before umounting the iPod, you have to call @code{@w{mktunes}} which will
parse the GNUtunesDB XML file and convert it into the iTunesDB format.
Simply run
@example
-mktunes.pl -m /mnt/ipod
+mktunes -m /mnt/ipod
@end example
-Note: Since GNUpod 0.91, mktunes.pl has a '--volume' option which you can use to
+Note: Since GNUpod 0.91, mktunes has a '--volume' option which you can use to
boost the Volume.
@example
-mktunes.pl -m /mnt/ipod --volume 40
+mktunes -m /mnt/ipod --volume 40
@end example
This would adjust the volume +40 percent. (You can also use '-100' to get
a silent iPod ;) )
-After @code{@w{mktunes.pl}} is done, you can umount the iPod and remove the sbp2 module
+After @code{@w{mktunes}} is done, you can umount the iPod and remove the sbp2 module
@example
umount /mnt/ipod
rmmod sbp2
@end example
-Added songs won't be visible on the iPod if you did not run mktunes.pl before umounting the iPod.
-(If you forgot to run @code{@w{mktunes.pl}} before unpluging/umounting, simply mount the iPod again and run it)
+Added songs won't be visible on the iPod if you did not run mktunes before umounting the iPod.
+(If you forgot to run @code{@w{mktunes}} before unpluging/umounting, simply mount the iPod again and run it)
@node Recovering files
@@ -832,7 +832,7 @@
non-apple software. GNUpod is able to create the required hash value if it knows the iPods serial number, this is a 16 chars long hex
value such as: @code{000ba3100310abcf} and should be autodetected on GNU/Linux (via @code{/proc/bus/usb/devices}) and Solaris (via @code{prtconf -v}).
If GNUpod somehow fails to find the correct serial number of your iPod you'll have to specify the correct value using the @code{--fwguid} switch
-of @code{mktunes.pl}.
+of @code{mktunes}.
@c ===========================================================================================
@@ -866,14 +866,14 @@
Everytime you run @code{@w{tunes2pod}}, the iTunesDB will get parsed and converted into an
XML File (the GNUtunesDB).
-@code{@w{mktunes.pl}} does the opposite: it parses the XML file and creates an iTunesDB (for the
+@code{@w{mktunes}} does the opposite: it parses the XML file and creates an iTunesDB (for the
iPod and iTunes)
-Only mktunes.pl and tunes2pod have to worry about the iTunesDB format: all other tools
+Only mktunes and tunes2pod have to worry about the iTunesDB format: all other tools
(gnupod_addsong.pl for example) only have to deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so everytime you change the
-GNUtunesDB (by hand or using gnupod_something.pl) you'll have to run @code{@w{mktunes.pl}}.
+GNUtunesDB (by hand or using gnupod_something.pl) you'll have to run @code{@w{mktunes}}.
If 'you' changed the iTunesDB (using gtkPod/iTunes/Ehpod), run @code{@w{tunes2pod}} *before*
using any other GNUpod commands.
--- gnupod-0.99.8/doc/gnupodrc.example 2021-08-18 08:09:56.979220360 -1200
+++ gnupod-0.99.8/doc/gnupodrc.example.new 2021-08-18 08:09:57.411220360 -1200
@@ -22,9 +22,9 @@
## * nano_4g (the late 2008 nano)
# model = video
-## Let GNUpod call mktunes.pl itself.
+## Let GNUpod call mktunes itself.
## This may cause a slow-down when dealing with
-## large databases on slow CPUs because mktunes.pl
+## large databases on slow CPUs because mktunes
## may take some time to complete
# automktunes = 1
@@ -32,7 +32,7 @@
##### NON GLOBAL OPTIONS ######
-# *** mktunes.pl ***
+# *** mktunes ***
## Specify the iPods name
# mktunes.ipod-name = Wurstli
@@ -46,7 +46,7 @@
# tunes2pod.force = 1
-# *** mktunes.pl ***
+# *** mktunes ***
## Set --volume boost to +10 percent
# mktunes.volume = +10
## Enforce iPod serial number:
--- gnupod-0.99.8/README.about_m4a 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/README.about_m4a.new 2021-08-18 08:09:57.439220360 -1200
@@ -30,6 +30,6 @@
Now you can add the file using gnupod_addsong.pl
# gnupod_addsong.pl file.m4a
-# mktunes.pl
+# mktunes
:)
--- gnupod-0.99.8/BUGS 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/BUGS.new 2021-08-18 08:09:57.475220360 -1200
@@ -5,5 +5,5 @@
* GNUpod doen't like audible.com files (I'll have to look at this later...)
* gnupod_addsong.pl --restore doesn't remove the '\d+_' prefix from
files without tags
-* mktunes.pl -v 0 doesn't overwrite config value
+* mktunes -v 0 doesn't overwrite config value
See -> TODO
Patched gnupod-0.99.8/man/gnupod_search.pl.1.gz
--- gnupod-0.99.8/README 2021-08-18 08:09:57.199220360 -1200
+++ gnupod-0.99.8/README.new 2021-08-18 08:09:57.555220360 -1200
@@ -33,7 +33,7 @@
gnupod_addsong.pl Add files
gnupod_check.pl Check for 'zombie' files
gnupod_otgsync.pl Handles On-The-Go Sync (not for humans)
-gnupod_search.pl Search ;)
+gnupod_search Search ;)
mktunes Convert the GNUtunesDB.xml to a iTunesDB
tunes2pod Convert the iTunesDB into a GNUtunesDB.xml
--- gnupod-0.99.8/FAQ 2021-08-18 08:09:57.171220360 -1200
+++ gnupod-0.99.8/FAQ.new 2021-08-18 08:09:57.599220360 -1200
@@ -8,7 +8,7 @@
5 : Does GNUpod support feature $foobar ?
6 : Can i add File-Format $foobar ?
7 : How can i add files recursive?
-8 : How to get parseable output from gnupod_search.pl?
+8 : How to get parseable output from gnupod_search?
9 : Some Artists/Albums, etc. shows up multiple times
on the iPod Browser!
10 : Why?
@@ -144,13 +144,13 @@
(note the '-')
-8. How to get parseable output from gnupod_search.pl
+8. How to get parseable output from gnupod_search
----------------------------------------------------
gnupod_addsong.pl knows the '--view' switch.
Example:
-gnupod_search.pl --view=i -l "Cure" 2>/dev/null | tail +4
+gnupod_search --view=i -l "Cure" 2>/dev/null | tail +4
(Hmm.. output breaks if On-The-Go data get's synced..)
FIXME.. maybe we should have an --out option?
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:57.155220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:09:57.643220360 -1200
@@ -58,8 +58,8 @@
I was planning to release GNUpod 1.0, but Heinrich Langos
flooded me with patches, many thanks to him:
-- Fix DBID width in gnupod_search.pl output
-- Added --bitrate switch to gnupod_search.pl
+- Fix DBID width in gnupod_search output
+- Added --bitrate switch to gnupod_search
- Added --podcast-files-limit switch to gnupod_addsong.pl
- Added Podcast-Date patch (GNUpod now depends on Date::Parse)
- Added --unique switch to extractArtwork.pl
@@ -209,7 +209,7 @@
- QTFile.pm: rseek() now refuses to return more than 1024 kb. Fixes possible out-of-memory problems
with broken files.
-- Fixed an obscure gnupod_search.pl bug causing some weird search results.
+- Fixed an obscure gnupod_search bug causing some weird search results.
- Added DESTDIR support (make DESTDIR=/tmp/bla install) and removed slackpkg target (obsoleted)
@@ -344,7 +344,7 @@
- Rewritten ConverterCore.. shouldn't break anything...
-- gnupod_search.pl can now RENAME/Edit tags.
+- gnupod_search can now RENAME/Edit tags.
use --rename="artist=New artist Name"
- You can now sort playlists:
@@ -422,8 +422,8 @@
- added tools/m4a-info.pl: Use this tool to read Title/Artist tags
from .m4a files (not installed by 'make install')
-- You can modify the output of gnupod_search.pl using --view
- (See 'gnupod_search.pl --help')
+- You can modify the output of gnupod_search using --view
+ (See 'gnupod_search --help')
- gnupod_addsong.pl checks for wrong extensions
(like a mp3-file called 'test.wav'). The iPod wouldn't play
@@ -598,7 +598,7 @@
I hope i didn't break anything.. but...
-gnupod_search.pl:
+gnupod_search:
* -d doesn't delete all songs anymore.. hups..
* Playlist-Cleanup works now.. (another stupid bug.. :-/)
* Added '--title' switch to usage
@@ -682,7 +682,7 @@
- Fixed 'creating playlists' sample in documentation.
- Firmware 1.1.0 can read FAT32, updatet documentation.
- gnupod_delete.pl doesn't kill regex playlists anymore (ouch)
-- gnupod_search.pl supports -g(enre)
+- gnupod_search supports -g(enre)
(Thanks to Johan Ruttenberg)
gnuPod 0.26
--- gnupod-0.99.8/src/gnupod_search.pl 2021-08-18 08:09:57.275220360 -1200
+++ gnupod-0.99.8/src/gnupod_search.pl.new 2021-08-18 08:09:57.683220360 -1200
@@ -38,7 +38,7 @@
-print "gnupod_search.pl Version ###__VERSION__### (C) Adrian Ulrich\n";
+print "gnupod_search Version ###__VERSION__### (C) Adrian Ulrich\n";
# WARNING: If you add new options wich don't do matching, change newfile()
#
@@ -241,7 +241,7 @@
my($rtxt) = @_;
die << "EOF";
$rtxt
-Usage: gnupod_search.pl [-h] [-m directory] File1 File2 ...
+Usage: gnupod_search [-h] [-m directory] File1 File2 ...
-h, --help display this help and exit
--version output version information and exit
@@ -279,7 +279,7 @@
sub version {
die << "EOF";
-gnupod_search.pl (gnupod) ###__VERSION__###
+gnupod_search (gnupod) ###__VERSION__###
Copyright (C) Adrian Ulrich 2002-2008
This is free software; see the source for copying conditions. There is NO
--- gnupod-0.99.8/doc/gnupodrc.example 2021-08-18 08:09:57.411220360 -1200
+++ gnupod-0.99.8/doc/gnupodrc.example.new 2021-08-18 08:09:57.731220360 -1200
@@ -52,7 +52,7 @@
## Enforce iPod serial number:
# mktunes.fwguid = 000ba3100310abcf
-# *** gnupod_search.pl ***
+# *** gnupod_search ***
## Always match only once
# gnupod_search.match-once = 1
--- gnupod-0.99.8/doc/gnupod.texi 2021-08-18 08:09:57.383220360 -1200
+++ gnupod-0.99.8/doc/gnupod.texi.new 2021-08-18 08:09:57.779220360 -1200
@@ -529,33 +529,33 @@
@node Search files
@section Search files
-GNUpod includes a tool called @code{@w{gnupod_search.pl}} that helps you search for files.
+GNUpod includes a tool called @code{@w{gnupod_search}} that helps you search for files.
Maybe you would like to search for the artist called 'Schlummiguch'. In this case, run
@example
-gnupod_search.pl -m /mnt/ipod -a "Schlummiguch"
+gnupod_search -m /mnt/ipod -a "Schlummiguch"
@end example
-Note: gnupod_search.pl assumes RegExp input.
-Please have a look at @code{@w{gnupod_search.pl --help}} for more information.
+Note: gnupod_search assumes RegExp input.
+Please have a look at @code{@w{gnupod_search --help}} for more information.
@node Remove files
@section Remove files
-Removing files is done using @code{@w{gnupod_search.pl -d}}.
+Removing files is done using @code{@w{gnupod_search -d}}.
To Remove all files from the artist 'Schlummiguch', run
@example
-gnupod_search.pl -m /mnt/ipod -a "Schlummiguch" -d
+gnupod_search -m /mnt/ipod -a "Schlummiguch" -d
@end example
@node Edit tags
@section Edit tags
-You can use @code{@w{gnupod_search.pl}} to edit tags (like artist, album, etc..)
+You can use @code{@w{gnupod_search}} to edit tags (like artist, album, etc..)
@example
-gnupod_search.pl --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
+gnupod_search --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
@end example
This example searches all files from 'Alfred Neumann', changes the artist into 'John Doe' and
@@ -712,10 +712,10 @@
@end example
-Use @code{@w{gnupod_search.pl}} to change/add artwork for existing files. Example:
+Use @code{@w{gnupod_search}} to change/add artwork for existing files. Example:
@example
# Set cover.jpg as artwork for all songs that match album =~ /Katamari/i
-gnupod_search.pl --artwork cover.jpg --album Katamari
+gnupod_search --artwork cover.jpg --album Katamari
@end example
don't forget to run @code{@w{mktunes}} afterwards.
--- gnupod-0.99.8/doc/gnupod.info 2021-08-18 08:09:57.363220360 -1200
+++ gnupod-0.99.8/doc/gnupod.info.new 2021-08-18 08:09:57.819220360 -1200
@@ -512,15 +512,15 @@
4.4 Search files
================
-GNUpod includes a tool called `gnupod_search.pl' that helps you search
+GNUpod includes a tool called `gnupod_search' that helps you search
for files.
Maybe you would like to search for the artist called 'Schlummiguch'.
In this case, run
- gnupod_search.pl -m /mnt/ipod -a "Schlummiguch"
+ gnupod_search -m /mnt/ipod -a "Schlummiguch"
- Note: gnupod_search.pl assumes RegExp input. Please have a look at
-`gnupod_search.pl --help' for more information.
+ Note: gnupod_search assumes RegExp input. Please have a look at
+`gnupod_search --help' for more information.
File: gnupod.info, Node: Remove files, Next: Edit tags, Prev: Search files, Up: Using GNUpod
@@ -528,9 +528,9 @@
4.5 Remove files
================
-Removing files is done using `gnupod_search.pl -d'. To Remove all
+Removing files is done using `gnupod_search -d'. To Remove all
files from the artist 'Schlummiguch', run
- gnupod_search.pl -m /mnt/ipod -a "Schlummiguch" -d
+ gnupod_search -m /mnt/ipod -a "Schlummiguch" -d
File: gnupod.info, Node: Edit tags, Next: Creating playlists, Prev: Remove files, Up: Using GNUpod
@@ -538,9 +538,9 @@
4.6 Edit tags
=============
-You can use `gnupod_search.pl' to edit tags (like artist, album, etc..)
+You can use `gnupod_search' to edit tags (like artist, album, etc..)
- gnupod_search.pl --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
+ gnupod_search --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
This example searches all files from 'Alfred Neumann', changes the
artist into 'John Doe' and sets the rating to 5 Stars (5*20=100)
@@ -674,10 +674,10 @@
switch of `gnupod_addsong.pl'. Example:
gnupod_addsong.pl --artwork cover.jpg *.mp3
- Use `gnupod_search.pl' to change/add artwork for existing files.
+ Use `gnupod_search' to change/add artwork for existing files.
Example:
# Set cover.jpg as artwork for all songs that match album =~ /Katamari/i
- gnupod_search.pl --artwork cover.jpg --album Katamari
+ gnupod_search --artwork cover.jpg --album Katamari
don't forget to run `mktunes' afterwards.
--- gnupod-0.99.8/doc/gnupod.html 2021-08-18 08:09:57.347220360 -1200
+++ gnupod-0.99.8/doc/gnupod.html.new 2021-08-18 08:09:57.863220360 -1200
@@ -722,15 +722,15 @@
-GNUpod includes a tool called gnupod_search.pl that helps you search for files.
+GNUpod includes a tool called gnupod_search that helps you search for files.
Maybe you would like to search for the artist called 'Schlummiguch'. In this case, run
- | gnupod_search.pl -m /mnt/ipod -a "Schlummiguch"
+ | gnupod_search -m /mnt/ipod -a "Schlummiguch"
|
-Note: gnupod_search.pl assumes RegExp input.
-Please have a look at gnupod_search.pl --help for more information.
+Note: gnupod_search assumes RegExp input.
+Please have a look at gnupod_search --help for more information.
@@ -751,9 +751,9 @@
-Removing files is done using gnupod_search.pl -d .
+Removing files is done using gnupod_search -d .
To Remove all files from the artist 'Schlummiguch', run
- | gnupod_search.pl -m /mnt/ipod -a "Schlummiguch" -d
+ | gnupod_search -m /mnt/ipod -a "Schlummiguch" -d
|
@@ -774,10 +774,10 @@
-You can use gnupod_search.pl to edit tags (like artist, album, etc..)
+You can use gnupod_search to edit tags (like artist, album, etc..)
- | gnupod_search.pl --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
+ | gnupod_search --artist="Alfred Neumann" --rename="artist=John Doe" --rename="rating=100"
|
This example searches all files from 'Alfred Neumann', changes the artist into 'John Doe' and
@@ -962,9 +962,9 @@
| gnupod_addsong.pl --artwork cover.jpg *.mp3
|
-Use gnupod_search.pl to change/add artwork for existing files. Example:
+Use gnupod_search to change/add artwork for existing files. Example:
| # Set cover.jpg as artwork for all songs that match album =~ /Katamari/i
-gnupod_search.pl --artwork cover.jpg --album Katamari
+gnupod_search --artwork cover.jpg --album Katamari
|
don't forget to run mktunes afterwards.
--- gnupod-0.99.8/AUTHORS 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/AUTHORS.new 2021-08-18 08:09:57.907220360 -1200
@@ -10,7 +10,7 @@
Contributed to the 'old' GNUpod (< 0.9)
- gnupod_list.pl
- gnupod_renumber.pl
- - gnupod_search.pl (Most important tool ;) )
+ - gnupod_search (Most important tool ;) )
And also many thanks to the many other people
Patched gnupod-0.99.8/man/gnupod_otgsync.pl.1.gz
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:57.643220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:09:57.967220360 -1200
@@ -75,7 +75,7 @@
Fixing xescaped to always do byte matching and added some debug
output of dropped illegal characters.
- FileMagic.pm: Remove trailing zeros from MP3 tags that come in utf16 or utf8.
-- gnupod_otgsync.pl: Marking files as played even when only the
+- gnupod_otgsync: Marking files as played even when only the
skipcount or bookmark is > 0.
- gnupod_addsong.pl: Added other sources for artist tag data from podcasts.
Added "--podcast-artwork" option to download and add artwork to podcasts.
@@ -510,7 +510,7 @@
QTfile.pm
* A dirty QuickTime parser
-gnupod_otgsync.pl
+gnupod_otgsync
* A new tool, don't use it yourself :)
It's only used internal.
--- gnupod-0.99.8/README 2021-08-18 08:09:57.555220360 -1200
+++ gnupod-0.99.8/README.new 2021-08-18 08:09:57.995220360 -1200
@@ -32,7 +32,7 @@
gnupod_INIT.pl INIT a new iPod (create empty Database + Directories)
gnupod_addsong.pl Add files
gnupod_check.pl Check for 'zombie' files
-gnupod_otgsync.pl Handles On-The-Go Sync (not for humans)
+gnupod_otgsync Handles On-The-Go Sync (not for humans)
gnupod_search Search ;)
mktunes Convert the GNUtunesDB.xml to a iTunesDB
tunes2pod Convert the iTunesDB into a GNUtunesDB.xml
--- gnupod-0.99.8/tools/otgtest.pl 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/tools/otgtest.pl.new 2021-08-18 08:09:58.027220360 -1200
@@ -15,7 +15,7 @@
####################################################
# Worker
sub go {
- #Disable auto-run of tunes2pod or gnupod_otgsync.pl
+ #Disable auto-run of tunes2pod or gnupod_otgsync
$opts{_no_sync} = 1;
my $con = GNUpod::FooBar::connect(\%opts);
usage($con->{status}."\n") if $con->{status};
--- gnupod-0.99.8/src/gnupod_otgsync.pl 2021-08-18 08:09:57.239220360 -1200
+++ gnupod-0.99.8/src/gnupod_otgsync.pl.new 2021-08-18 08:09:58.059220360 -1200
@@ -63,7 +63,7 @@
usage($con->{status}."\n") if $con->{status};
if(GNUpod::FooBar::ItunesDBNeedsSync($con)) {
- die "gnupod_otgsync.pl: Bug detected! You need to run tunes2pod -> Sync broken!\n";
+ die "gnupod_otgsync: Bug detected! You need to run tunes2pod -> Sync broken!\n";
}
##Check if GNUtunesDB <-> iTunesDB is really in-sync
--- gnupod-0.99.8/src/ext/FooBar.pm 2021-08-18 08:09:57.303220360 -1200
+++ gnupod-0.99.8/src/ext/FooBar.pm.new 2021-08-18 08:09:58.099220360 -1200
@@ -164,11 +164,11 @@
}
######################################################################
-# Call gnupod_otgsync.pl
+# Call gnupod_otgsync
sub StartOnTheGoSync {
my($con) = @_;
- my $XBIN = "$con->{bindir}/gnupod_otgsync.pl";
+ my $XBIN = "$con->{bindir}/gnupod_otgsync";
if(-x $XBIN) {
{
Created gnupod-0.99.8/man/gnupod_convert_RIFF.pl.1.gz
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:57.967220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:09:58.371220360 -1200
@@ -141,7 +141,7 @@
- Reduced MP3::Info false-positives: Empty files are
no longer detected as .mp3 files
- tools/fwpatch.pl: Support for video iPods added (yeah!)
-- gnupod_convert_RIFF.pl: Support for new ffmpeg builds (s/aac/libfaac/)
+- gnupod_convert_RIFF: Support for new ffmpeg builds (s/aac/libfaac/)
- Upgraded from GPLv2 to GPLv3
--- gnupod-0.99.8/src/ext/FileMagic.pm 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/src/ext/FileMagic.pm.new 2021-08-18 08:09:58.399220360 -1200
@@ -55,7 +55,7 @@
'fLaC' => { encoder=>'gnupod_convert_FLAC.pl', ftyp=>'FLAC'},
'OggS' => { encoder=>'gnupod_convert_OGG.pl', ftyp=>'OGG' },
'MAC ' => { encoder=>'gnupod_convert_APE.pl', ftyp=>'APE' },
- 'RIFF' => { encoder=>'gnupod_convert_RIFF.pl', ftyp=>'RIFF', magic2=>'AVI '}};
+ 'RIFF' => { encoder=>'gnupod_convert_RIFF', ftyp=>'RIFF', magic2=>'AVI '}};
Created gnupod-0.99.8/man/gnupod_convert_OGG.pl.1.gz
--- gnupod-0.99.8/src/gnupod_convert_OGG.pl 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/src/gnupod_convert_OGG.pl.new 2021-08-18 08:09:58.695220360 -1200
@@ -48,8 +48,8 @@
}
## 3. = no errors
if($@) {
- warn "gnupod_convert_OGG.pl: Could not read OGG-Metadata from $file (".ref($ftag).")\n";
- warn "gnupod_convert_OGG.pl: Maybe $ogg_pmod is not installed?\n";
+ warn "gnupod_convert_OGG: Could not read OGG-Metadata from $file (".ref($ftag).")\n";
+ warn "gnupod_convert_OGG: Maybe $ogg_pmod is not installed?\n";
warn "Error: *$@*\n";
exit(1);
}
--- gnupod-0.99.8/src/ext/FileMagic.pm 2021-08-18 08:09:58.399220360 -1200
+++ gnupod-0.99.8/src/ext/FileMagic.pm.new 2021-08-18 08:09:58.707220360 -1200
@@ -53,7 +53,7 @@
my $NN_HEADERS = {'MThd' => { encoder=>'gnupod_convert_MIDI.pl', ftyp=>'MIDI'},
'fLaC' => { encoder=>'gnupod_convert_FLAC.pl', ftyp=>'FLAC'},
- 'OggS' => { encoder=>'gnupod_convert_OGG.pl', ftyp=>'OGG' },
+ 'OggS' => { encoder=>'gnupod_convert_OGG', ftyp=>'OGG' },
'MAC ' => { encoder=>'gnupod_convert_APE.pl', ftyp=>'APE' },
'RIFF' => { encoder=>'gnupod_convert_RIFF', ftyp=>'RIFF', magic2=>'AVI '}};
Created gnupod-0.99.8/man/gnupod_convert_MIDI.pl.1.gz
--- gnupod-0.99.8/src/ext/FileMagic.pm 2021-08-18 08:09:58.707220360 -1200
+++ gnupod-0.99.8/src/ext/FileMagic.pm.new 2021-08-18 08:09:58.903220360 -1200
@@ -51,7 +51,7 @@
# done!
#
-my $NN_HEADERS = {'MThd' => { encoder=>'gnupod_convert_MIDI.pl', ftyp=>'MIDI'},
+my $NN_HEADERS = {'MThd' => { encoder=>'gnupod_convert_MIDI', ftyp=>'MIDI'},
'fLaC' => { encoder=>'gnupod_convert_FLAC.pl', ftyp=>'FLAC'},
'OggS' => { encoder=>'gnupod_convert_OGG', ftyp=>'OGG' },
'MAC ' => { encoder=>'gnupod_convert_APE.pl', ftyp=>'APE' },
Created gnupod-0.99.8/man/gnupod_convert_FLAC.pl.1.gz
--- gnupod-0.99.8/src/gnupod_convert_FLAC.pl 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/src/gnupod_convert_FLAC.pl.new 2021-08-18 08:09:59.191220360 -1200
@@ -46,8 +46,8 @@
}
## 3. = no errors without Audio::FLAC! :)
if($@ || ref($ftag) ne "HASH") {
- warn "gnupod_convert_FLAC.pl: Could not read FLAC-Metadata from $file\n";
- warn "gnupod_convert_FLAC.pl: Maybe Audio::FLAC is not installed?\n";
+ warn "gnupod_convert_FLAC: Could not read FLAC-Metadata from $file\n";
+ warn "gnupod_convert_FLAC: Maybe Audio::FLAC is not installed?\n";
warn "Error: $@\n";
exit(1);
}
--- gnupod-0.99.8/src/ext/FileMagic.pm 2021-08-18 08:09:58.903220360 -1200
+++ gnupod-0.99.8/src/ext/FileMagic.pm.new 2021-08-18 08:09:59.215220360 -1200
@@ -52,7 +52,7 @@
#
my $NN_HEADERS = {'MThd' => { encoder=>'gnupod_convert_MIDI', ftyp=>'MIDI'},
- 'fLaC' => { encoder=>'gnupod_convert_FLAC.pl', ftyp=>'FLAC'},
+ 'fLaC' => { encoder=>'gnupod_convert_FLAC', ftyp=>'FLAC'},
'OggS' => { encoder=>'gnupod_convert_OGG', ftyp=>'OGG' },
'MAC ' => { encoder=>'gnupod_convert_APE.pl', ftyp=>'APE' },
'RIFF' => { encoder=>'gnupod_convert_RIFF', ftyp=>'RIFF', magic2=>'AVI '}};
Created gnupod-0.99.8/man/gnupod_convert_APE.pl.1.gz
--- gnupod-0.99.8/src/ext/FileMagic.pm 2021-08-18 08:09:59.215220360 -1200
+++ gnupod-0.99.8/src/ext/FileMagic.pm.new 2021-08-18 08:09:59.499220360 -1200
@@ -54,7 +54,7 @@
my $NN_HEADERS = {'MThd' => { encoder=>'gnupod_convert_MIDI', ftyp=>'MIDI'},
'fLaC' => { encoder=>'gnupod_convert_FLAC', ftyp=>'FLAC'},
'OggS' => { encoder=>'gnupod_convert_OGG', ftyp=>'OGG' },
- 'MAC ' => { encoder=>'gnupod_convert_APE.pl', ftyp=>'APE' },
+ 'MAC ' => { encoder=>'gnupod_convert_APE', ftyp=>'APE' },
'RIFF' => { encoder=>'gnupod_convert_RIFF', ftyp=>'RIFF', magic2=>'AVI '}};
Patched gnupod-0.99.8/man/gnupod_check.pl.1.gz
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:58.371220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:09:59.587220360 -1200
@@ -258,14 +258,14 @@
-> Apple lowered the Max. Pathlength from 64 to
55. GNUpod will now crop after 49 chars (who knows what
Apple will do next time?)
- ..you can run 'gnupod_check.pl --fixit' to crop
+ ..you can run 'gnupod_check --fixit' to crop
songs you added with an older version.
-> Looks like Apple also broke the SmartPlaylists Liveupdate
Feature. I couldn't get it to work with iTunes and GNUpod. Good job guys!
Since GNUpod only supports 'liveupdate-smartplaylists', you can't
use any SPL's with GNUpod and iPod-Mini 1.4 . Downgrading to 1.3 helps.
-- gnupod_check.pl has now a --fixit switch. It will try to
+- gnupod_check has now a --fixit switch. It will try to
fix the found errors itself
- Updated documentation: Tell how to extract a
@@ -432,7 +432,7 @@
- Fixed some SmartPlaylist stuff and added support for last
playtime
-- Added gnupod_check.pl, it check's for 'lost' files
+- Added gnupod_check, it check's for 'lost' files
- I changed the 'build' system. Btw, you can now uninstall
GNUpod using 'make uninstall' .. but why? :)
--- gnupod-0.99.8/README 2021-08-18 08:09:57.995220360 -1200
+++ gnupod-0.99.8/README.new 2021-08-18 08:09:59.615220360 -1200
@@ -31,7 +31,7 @@
gnupod_INIT.pl INIT a new iPod (create empty Database + Directories)
gnupod_addsong.pl Add files
-gnupod_check.pl Check for 'zombie' files
+gnupod_check Check for 'zombie' files
gnupod_otgsync Handles On-The-Go Sync (not for humans)
gnupod_search Search ;)
mktunes Convert the GNUtunesDB.xml to a iTunesDB
--- gnupod-0.99.8/src/gnupod_check.pl 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/src/gnupod_check.pl.new 2021-08-18 08:09:59.655220360 -1200
@@ -32,7 +32,7 @@
#Get maximal Pathlength from XMLHelper constant
my $xmlhelper_maxpathlen = GNUpod::XMLhelper::MAX_PATHLENGTH;
-print "gnupod_check.pl Version ###__VERSION__### (C) Adrian Ulrich\n";
+print "gnupod_check Version ###__VERSION__### (C) Adrian Ulrich\n";
$opts{mount} = $ENV{IPOD_MOUNTPOINT};
#Don't add xml and itunes opts.. we *NEED* the mount opt to be set..
@@ -121,7 +121,7 @@
my $rp = GNUpod::XMLhelper::realpath($opts{mount},$el->{file}->{path});
my $id = $el->{file}->{id};
- my $HINT = "Run 'gnupod_check.pl --fixit' to wipe this zombie";
+ my $HINT = "Run 'gnupod_check --fixit' to wipe this zombie";
$TRACKER{SIZE}+=int($el->{file}->{filesize});
$TRACKER{TIME}+=int($el->{file}->{time});
@@ -222,8 +222,8 @@
my($rtxt) = @_;
die << "EOF";
$rtxt
-Usage: gnupod_check.pl [-h] [-m directory]
-gnupod_check.pl checks for 'lost' files
+Usage: gnupod_check [-h] [-m directory]
+gnupod_check checks for 'lost' files
-h, --help display this help and exit
--version output version information and exit
@@ -237,7 +237,7 @@
sub version {
die << "EOF";
-gnupod_check.pl (gnupod) ###__VERSION__###
+gnupod_check (gnupod) ###__VERSION__###
Copyright (C) Adrian Ulrich 2002-2004
This is free software; see the source for copying conditions. There is NO
--- gnupod-0.99.8/doc/gnupod.html 2021-08-18 08:09:57.863220360 -1200
+++ gnupod-0.99.8/doc/gnupod.html.new 2021-08-18 08:09:59.699220360 -1200
@@ -1042,11 +1042,11 @@
have some 'zombie' files.
-In this case, you can use 'gnupod_check.pl' to search 'lost' files.
-gnupod_check.pl will tell you what you could do to fix it.
+In this case, you can use 'gnupod_check' to search 'lost' files.
+gnupod_check will tell you what you could do to fix it.
-If gnupod_check.pl found many errors (or you lost your GNUtunesDB.xml),
+If gnupod_check found many errors (or you lost your GNUtunesDB.xml),
you can 'rebuild' an GNUtunesDB using gnupod_addsong.pl
--- gnupod-0.99.8/doc/gnupod.info 2021-08-18 08:09:57.819220360 -1200
+++ gnupod-0.99.8/doc/gnupod.info.new 2021-08-18 08:09:59.723220360 -1200
@@ -725,10 +725,10 @@
If your computer crashed while uploading/deleting songs, you may have
some 'zombie' files.
- In this case, you can use 'gnupod_check.pl' to search 'lost' files.
-gnupod_check.pl will tell you what you could do to fix it.
+ In this case, you can use 'gnupod_check' to search 'lost' files.
+gnupod_check will tell you what you could do to fix it.
- If gnupod_check.pl found many errors (or you lost your
+ If gnupod_check found many errors (or you lost your
GNUtunesDB.xml), you can 'rebuild' an GNUtunesDB using
`gnupod_addsong.pl'
--- gnupod-0.99.8/doc/gnupod.texi 2021-08-18 08:09:57.779220360 -1200
+++ gnupod-0.99.8/doc/gnupod.texi.new 2021-08-18 08:09:59.771220360 -1200
@@ -761,11 +761,11 @@
If your computer crashed while uploading/deleting songs, you may
have some 'zombie' files.
-In this case, you can use 'gnupod_check.pl' to search 'lost' files.
-gnupod_check.pl will tell you what you could do to fix it.
+In this case, you can use 'gnupod_check' to search 'lost' files.
+gnupod_check will tell you what you could do to fix it.
-If gnupod_check.pl found many errors (or you lost your GNUtunesDB.xml),
+If gnupod_check found many errors (or you lost your GNUtunesDB.xml),
you can 'rebuild' an GNUtunesDB using @code{gnupod_addsong.pl}
@example
Patched gnupod-0.99.8/man/gnupod_addsong.pl.1.gz
--- gnupod-0.99.8/README 2021-08-18 08:09:59.615220360 -1200
+++ gnupod-0.99.8/README.new 2021-08-18 08:09:59.863220360 -1200
@@ -30,7 +30,7 @@
----------------------------
gnupod_INIT.pl INIT a new iPod (create empty Database + Directories)
-gnupod_addsong.pl Add files
+gnupod_addsong Add files
gnupod_check Check for 'zombie' files
gnupod_otgsync Handles On-The-Go Sync (not for humans)
gnupod_search Search ;)
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:59.587220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:09:59.903220360 -1200
@@ -60,7 +60,7 @@
flooded me with patches, many thanks to him:
- Fix DBID width in gnupod_search output
- Added --bitrate switch to gnupod_search
-- Added --podcast-files-limit switch to gnupod_addsong.pl
+- Added --podcast-files-limit switch to gnupod_addsong
- Added Podcast-Date patch (GNUpod now depends on Date::Parse)
- Added --unique switch to extractArtwork.pl
- Added xescaped() patch. GNUpod will now store
@@ -77,7 +77,7 @@
- FileMagic.pm: Remove trailing zeros from MP3 tags that come in utf16 or utf8.
- gnupod_otgsync: Marking files as played even when only the
skipcount or bookmark is > 0.
-- gnupod_addsong.pl: Added other sources for artist tag data from podcasts.
+- gnupod_addsong: Added other sources for artist tag data from podcasts.
Added "--podcast-artwork" option to download and add artwork to podcasts.
Added "--podcast-cache-dir" option allow caching of podcast media files.
Fixed podcast XML parser handlers to merge CDATA that comes in chunks.
@@ -93,7 +93,7 @@
- Use udevinfo to find the iPods Firewire-GUID (as /proc/bus/usb/devices is depricated)
- Support for iPhone: Edit ~/.gnupodrc and add 'model = iphone'
- Some documentation 'fixes', thanks a lot to Toby Cabot
-- gnupod_addsong.pl: replace wget with curl
+- gnupod_addsong: replace wget with curl
- Use binmode() more often to help Win32
@@ -155,9 +155,9 @@
- Filter out bad chars from '--rename' command.
- Added RVA2 (Normalize) patch by Peter Liljenberg
- gnupod_INIT.pl: Added --noask option
-- gnupod_addsong.pl: --playlist can now be used multiple times
-- gnupod_addsong.pl: added --playlist-is-podcast command
-- gnupod_addsong.pl: Added workaround for glibc/linux/perl bug/problem (realloc() error)
+- gnupod_addsong: --playlist can now be used multiple times
+- gnupod_addsong: added --playlist-is-podcast command
+- gnupod_addsong: Added workaround for glibc/linux/perl bug/problem (realloc() error)
- Raised video-bitrate for on-the-fly converting
- Added configuration option 'automktunes'. Setting
'automktunes = 1' inside ~/.gnupodrc eliminates the need
@@ -184,13 +184,13 @@
-------
- iPod-Video support
- gnupod_addsong.pl can now read/add .mp4 files
+ gnupod_addsong can now read/add .mp4 files
Converting .avi (RIFF) files on-the-fly works
only IF your ffmpeg binary has AAC Support!
(Adding preencoded files works witout ffmpeg)
- Try: gnupod_addsong.pl --decode=video *.avi
+ Try: gnupod_addsong --decode=video *.avi
- Fixes a playlist problem with iTunes5 (new 100 Mhods)
@@ -219,8 +219,8 @@
Summary
-------
-- gnupod_addsong.pl can now fetch podcast-rss feeds!
- Example: 'gnupod_addsong.pl http://www.tagesschau.de/export/podcast'
+- gnupod_addsong can now fetch podcast-rss feeds!
+ Example: 'gnupod_addsong http://www.tagesschau.de/export/podcast'
- Added basic support for podcast-rss and podcast-guid in tunes2pod and mktunes
@@ -282,8 +282,8 @@
- Added support for multiple On-The-Go playlists.
-- gnupod_addsong.pl can now reenocde aac and mp3 'on-the-fly'
- Usage: gnupod_addsong.pl --reencode 6 *.mp3
+- gnupod_addsong can now reenocde aac and mp3 'on-the-fly'
+ Usage: gnupod_addsong --reencode 6 *.mp3
This would reenocde everything with 'lame -V 6'
Use this if you don't have much space left (iPod Shuffle?!)
Note: The Reencode option also changes the quality of
@@ -340,7 +340,7 @@
- You can now add MIDI files ;-) (with timidity)
-- Added --set-songnum option for gnupod_addsong.pl
+- Added --set-songnum option for gnupod_addsong
- Rewritten ConverterCore.. shouldn't break anything...
@@ -364,18 +364,18 @@
Summary
-------
-- Changed --decode switch from gnupod_addsong.pl
+- Changed --decode switch from gnupod_addsong
You can now select the output format of --decode
-> pcm(old default) / MP3 (using lame) / AAC (using FAAC)
- Example: # gnupod_addsong.pl --decode=mp3 *.flac
+ Example: # gnupod_addsong --decode=mp3 *.flac
(Idea and original patch from )
- GNUpod can now also convert OGG-Vorbis files
(Use --decode=XXX, same as FLAC)
-- Added --playlist=STRING switch to gnupod_addsong.pl
+- Added --playlist=STRING switch to gnupod_addsong
This creates the playlist 'STRING' and adds all songs
- passed to gnupod_addsong.pl to this playlist.
+ passed to gnupod_addsong to this playlist.
(Thanks to Bob Cotton)
- Many changes for the M4A parser, should work better now
@@ -403,21 +403,21 @@
(Needs JavaScript + DOM => Mozilla)
** SMARTPLAYLIST SYNTAX CHANGED **
-- gnupod_addsong.pl can now add FLAC files.
+- gnupod_addsong can now add FLAC files.
'flac' needs to be in your $PATH and it's disabled
- per default. (Enable it using gnupod_addsong.pl --decode
+ per default. (Enable it using gnupod_addsong --decode
or set 'gnupod_addsong.decode=1' in your config)
-- gnupod_addsong.pl can read ALAC (Apples Loseless Audio Codec)
+- gnupod_addsong can read ALAC (Apples Loseless Audio Codec)
files (iTunes creates normal .m4a files)
- Polished Playcounts parser (no hardcoded offsets anymore)
- added '--disable-v2' and '--disable-v1' to
- gnupod_addsong.pl (Disable parsing of ID3TAG version X)
+ gnupod_addsong (Disable parsing of ID3TAG version X)
- Fixed small bug with .m4a files and added more fields.
- gnupod_addsong.pl can now read M4A/AAC files from www.allofmp3.com
+ gnupod_addsong can now read M4A/AAC files from www.allofmp3.com
- added tools/m4a-info.pl: Use this tool to read Title/Artist tags
from .m4a files (not installed by 'make install')
@@ -425,7 +425,7 @@
- You can modify the output of gnupod_search using --view
(See 'gnupod_search --help')
-- gnupod_addsong.pl checks for wrong extensions
+- gnupod_addsong checks for wrong extensions
(like a mp3-file called 'test.wav'). The iPod wouldn't play
such a file.
@@ -452,7 +452,7 @@
- I bought one myself
-- gnupod_addsong.pl understands .m4a files
+- gnupod_addsong understands .m4a files
(= AAC Files written by iTunes)
I don't know if it works with DRM files (.m4p?)
I don't have any DRM files and i'm not interested
@@ -476,7 +476,7 @@
mktunes will drop old (= now invalid) ratings,
no autoconvert... sorry.. but does anyone care?
-- gnupod_addsong.pl understands ID3v2.2 tags
+- gnupod_addsong understands ID3v2.2 tags
- You'll have to install Digest::MD5
@@ -521,7 +521,7 @@
Summary:
--------
- Reading MusicMatch files should work (again)
-- gnupod_addsong.pl can add WAVE files
+- gnupod_addsong can add WAVE files
- Parsing large iTunesDB files should be faster
(-> we skip the MainPlayList)
@@ -580,7 +580,7 @@
* Added SPL-Write support
* regex-matches are sorted by id
-gnupod_addsong.pl:
+gnupod_addsong:
* duplicate-checker displayed the
wrong number of the dup, works again
@@ -603,8 +603,8 @@
* Playlist-Cleanup works now.. (another stupid bug.. :-/)
* Added '--title' switch to usage
-gnupod_addsong.pl:
- * Can read from STDIN again (use 'gnupod_addsong.pl -')
+gnupod_addsong:
+ * Can read from STDIN again (use 'gnupod_addsong -')
(I forgot this feature ;) )
gnupod_INIT.pl
@@ -657,7 +657,7 @@
Use an UNICODE Texteditor to edit the GNUtunesDB..
(Like 'yudit' or the gnome2 texteditor)
Your old latin1 GNUtunesDB will get converted to an
- UTF8 version after running tunes2pod/gnupod_addsong.pl or
+ UTF8 version after running tunes2pod/gnupod_addsong or
gnupod_delete.pl
UTF8 Support isn't testet very well, and gnuPod 0.28 maybe more
@@ -700,7 +700,7 @@
in the GNUtunesDB - file
- mktunes no longer accepts when was
not found.
-- gnupod_addsong.pl handles long filenames now better
+- gnupod_addsong handles long filenames now better
- Timestamp should now be set correct
(utime(undef,undef.. didn't work on every OS..)
- new playist keywords. You can now use = 0.96 can convert FLAC and OGG files 'on the fly'.
-You'll have to call gnupod_addsong.pl with the
---decode switch. see 'man gnupod_addsong.pl' for more details
+You'll have to call gnupod_addsong with the
+--decode switch. see 'man gnupod_addsong' for more details
(Or read the complete docs: 'info gnupod')
DRM-Support isn't planned.
@@ -137,9 +137,9 @@
7. How can i add files recursive?
---------------------------------
-gnupod_addsong.pl can read from stdin :)
+gnupod_addsong can read from stdin :)
-$ find blabla/ | gnupod_addsong.pl -
+$ find blabla/ | gnupod_addsong -
(note the '-')
@@ -147,7 +147,7 @@
8. How to get parseable output from gnupod_search
----------------------------------------------------
-gnupod_addsong.pl knows the '--view' switch.
+gnupod_addsong knows the '--view' switch.
Example:
gnupod_search --view=i -l "Cure" 2>/dev/null | tail +4
--- gnupod-0.99.8/BUGS 2021-08-18 08:09:57.475220360 -1200
+++ gnupod-0.99.8/BUGS.new 2021-08-18 08:09:59.967220360 -1200
@@ -3,7 +3,7 @@
* GNUpod doesn't like duplicate id's in the GNUtunesDB.xml ( I found MANY ($TRACKER{ERR}) errors. Maybe you should run\n";
print " '$0 --fixit' to let me fix this errors. If it still doesn't help, run\n";
- print " 'gnupod_addsong.pl --restore'. This would wipe all your Playlists\n";
+ print " 'gnupod_addsong --restore'. This would wipe all your Playlists\n";
print " but would cure your iPod for sure.\n";
}
}
--- gnupod-0.99.8/src/gnupod_addsong.pl 2021-08-18 08:09:57.287220360 -1200
+++ gnupod-0.99.8/src/gnupod_addsong.pl.new 2021-08-18 08:10:00.075220360 -1200
@@ -37,7 +37,7 @@
use constant MACTIME => GNUpod::FooBar::MACTIME;
use vars qw(%opts %dupdb_normal %dupdb_lazy %dupdb_podcast $int_count %podcast_infos %podcast_channel_infos %per_file_info);
-print "gnupod_addsong.pl Version ###__VERSION__### (C) Adrian Ulrich\n";
+print "gnupod_addsong Version ###__VERSION__### (C) Adrian Ulrich\n";
$int_count = 3; #The user has to send INT (Ctrl+C) x times until we stop
@@ -713,7 +713,7 @@
#Sighandler
sub handle_int {
if($int_count) {
- warn "RECEIVED SIGINT (CTRL+C): gnupod_addsong.pl is still working! hit CTRL+C again $int_count time(s) to quit.\n";
+ warn "RECEIVED SIGINT (CTRL+C): gnupod_addsong is still working! hit CTRL+C again $int_count time(s) to quit.\n";
$int_count--;
}
else {
@@ -728,7 +728,7 @@
my($rtxt) = @_;
die << "EOF";
$rtxt
-Usage: gnupod_addsong.pl [-h] [-m directory] File1 File2 ...
+Usage: gnupod_addsong [-h] [-m directory] File1 File2 ...
-h, --help display this help and exit
--version output version information and exit
@@ -775,7 +775,7 @@
sub version {
die << "EOF";
-gnupod_addsong.pl (gnupod) ###__VERSION__###
+gnupod_addsong (gnupod) ###__VERSION__###
Copyright (C) Adrian Ulrich 2002-2008
This is free software; see the source for copying conditions. There is NO
--- gnupod-0.99.8/doc/gnupod.texi 2021-08-18 08:09:59.771220360 -1200
+++ gnupod-0.99.8/doc/gnupod.texi.new 2021-08-18 08:10:00.123220360 -1200
@@ -486,39 +486,39 @@
@node Add files
@section Add files
-To add files, we use the script called @code{@w{gnupod_addsong.pl}}.
+To add files, we use the script called @code{@w{gnupod_addsong}}.
First, mount the iPod (eg. at /mnt/ipod) if it isn't mounted.
-If you would like to add the file /tmp/foo.mp3, run gnupod_addsong.pl like this:
+If you would like to add the file /tmp/foo.mp3, run gnupod_addsong like this:
@example
-gnupod_addsong.pl -m /mnt/ipod /tmp/foo.mp3
+gnupod_addsong -m /mnt/ipod /tmp/foo.mp3
@end example
You can also use wildcards:
@example
-gnupod_addsong.pl -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
+gnupod_addsong -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
@end example
-It isn't possible to add the same MP3 multiple times, gnupod_addsong.pl detects duplicates
+It isn't possible to add the same MP3 multiple times, gnupod_addsong detects duplicates
(Duplicate = same filesize/time and ID3Tag name). You can disable the duplicate-detection
with the '--duplicate' switch.
-gnupod_addsong.pl understands MP3/WAV (RIFF) and M4A (Apple AAC - NO DRM!) files.
+gnupod_addsong understands MP3/WAV (RIFF) and M4A (Apple AAC - NO DRM!) files.
It can also convert FLAC and OGG files on-the-fly:
Using this example, it would convert the two files into MP3 and add them to the iPod.
@example
-gnupod_addsong.pl -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
+gnupod_addsong -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
@end example
(Note: To use all features of --decode, you will have to install
Audio::FLAC::Header, Ogg::Vorbis::Header::PurePerl, lame, flac, oggenc and faac)
-gnupod_addsong.pl tries to 'auto-detect' the encoding of the ID3 Tag.
+gnupod_addsong tries to 'auto-detect' the encoding of the ID3 Tag.
Sometimes this works (in most cases ;) ) sometimes it doesn't. If it doesn't work for you,
feel free to send me an example-file: pab@@blinkenligts.ch
@@ -638,7 +638,7 @@
For more examples have a look at @code{@w{doc/gnutunesdb.example}} included in the GNUpod tarball.
Also check out http://blinkenlights.ch/gnupod/mkspl.html for a 'JavaScript SPL-Creator'
-You can also use the --playlist option of gnupod_addsong.pl. This will create and add the listed songs to the
+You can also use the --playlist option of gnupod_addsong. This will create and add the listed songs to the
named playlist.
Don't forget to run mktunes before umounting! (See 'Unplug the iPod')
@@ -651,14 +651,14 @@
media type is set correctly. To add a single podcast do the following:
@example
-gnupod_addsong.pl -p "Podcast Title" --playlist-is-podcast podcast.mp3
+gnupod_addsong -p "Podcast Title" --playlist-is-podcast podcast.mp3
@end example
You can add multiple podcasts to the same title as well:
@example
-gnupod_addsong.pl -p "Podcast Title" --playlist-is-podcast podcasts/*
+gnupod_addsong -p "Podcast Title" --playlist-is-podcast podcasts/*
@end example
This also tells the iPod to skip this file when shuffling files. See
-gnupod_addsong.pl -h for more options.
+gnupod_addsong -h for more options.
If you want to change existing playlists to
podcast playlists you just need to set the podcast flag to '1':
@@ -671,14 +671,14 @@
Such a playlist will show up as a Podcast after running mktunes
-gnupod_addsong.pl can also download podcasts and create such playlists itself:
+gnupod_addsong can also download podcasts and create such playlists itself:
@example
-gnupod_addsong.pl -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
+gnupod_addsong -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
@end example
Running this command will create a Playlist called 'Heute Morgen' (@code{@w{-p}}) and set @code{@w{podcast="1"}} (@code{@w{--playlist-is-podcast}}).
-@code{@w{gnupod_addsong.pl}} will then fetch the podcast from @code{@w{http://pod.drs.ch/heutemorgen_mpx.xml}}, download all (new) files
+@code{@w{gnupod_addsong}} will then fetch the podcast from @code{@w{http://pod.drs.ch/heutemorgen_mpx.xml}}, download all (new) files
and add them to the 'Heute Morgen' playlist!
@node Adding cover artwork
@@ -706,9 +706,9 @@
@end example
-To specify a cover while adding files you'd use the @code{@w{--artwork}} switch of @code{@w{gnupod_addsong.pl}}. Example:
+To specify a cover while adding files you'd use the @code{@w{--artwork}} switch of @code{@w{gnupod_addsong}}. Example:
@example
-gnupod_addsong.pl --artwork cover.jpg *.mp3
+gnupod_addsong --artwork cover.jpg *.mp3
@end example
@@ -766,14 +766,14 @@
If gnupod_check found many errors (or you lost your GNUtunesDB.xml),
-you can 'rebuild' an GNUtunesDB using @code{gnupod_addsong.pl}
+you can 'rebuild' an GNUtunesDB using @code{gnupod_addsong}
@example
-gnupod_addsong.pl --restore -m /mnt/ipod
+gnupod_addsong --restore -m /mnt/ipod
@end example
First, it will create a clean, empty GNUtunesDB, it won't delete any songs on the iPod.
-Then, @code{gnupod_addsong.pl --restore} will re-create a GNUtunesDB including the Songs which are on the iPod
+Then, @code{gnupod_addsong --restore} will re-create a GNUtunesDB including the Songs which are on the iPod
I think nobody will ever have to do this.. but it maybe usefull to know that it's possible
(Note: Of course you'll lose your Playlists)
@@ -870,7 +870,7 @@
iPod and iTunes)
Only mktunes and tunes2pod have to worry about the iTunesDB format: all other tools
-(gnupod_addsong.pl for example) only have to deal with the XML file called GNUtunesDB.
+(gnupod_addsong for example) only have to deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so everytime you change the
GNUtunesDB (by hand or using gnupod_something.pl) you'll have to run @code{@w{mktunes}}.
--- gnupod-0.99.8/doc/gnupod.info 2021-08-18 08:09:59.723220360 -1200
+++ gnupod-0.99.8/doc/gnupod.info.new 2021-08-18 08:10:00.155220360 -1200
@@ -469,23 +469,23 @@
4.3 Add files
=============
-To add files, we use the script called `gnupod_addsong.pl'.
+To add files, we use the script called `gnupod_addsong'.
First, mount the iPod (eg. at /mnt/ipod) if it isn't mounted.
If you would like to add the file /tmp/foo.mp3, run
-gnupod_addsong.pl like this:
- gnupod_addsong.pl -m /mnt/ipod /tmp/foo.mp3
+gnupod_addsong like this:
+ gnupod_addsong -m /mnt/ipod /tmp/foo.mp3
You can also use wildcards:
- gnupod_addsong.pl -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
+ gnupod_addsong -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
It isn't possible to add the same MP3 multiple times,
-gnupod_addsong.pl detects duplicates (Duplicate = same filesize/time
+gnupod_addsong detects duplicates (Duplicate = same filesize/time
and ID3Tag name). You can disable the duplicate-detection with the
'-duplicate' switch.
- gnupod_addsong.pl understands MP3/WAV (RIFF) and M4A (Apple AAC - NO
+ gnupod_addsong understands MP3/WAV (RIFF) and M4A (Apple AAC - NO
DRM!) files.
It can also convert FLAC and OGG files on-the-fly:
@@ -493,13 +493,13 @@
Using this example, it would convert the two files into MP3 and add
them to the iPod.
- gnupod_addsong.pl -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
+ gnupod_addsong -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
(Note: To use all features of -decode, you will have to install
Audio::FLAC::Header, Ogg::Vorbis::Header::PurePerl, lame, flac, oggenc
and faac)
- gnupod_addsong.pl tries to 'auto-detect' the encoding of the ID3 Tag.
+ gnupod_addsong tries to 'auto-detect' the encoding of the ID3 Tag.
Sometimes this works (in most cases ;) ) sometimes it doesn't. If it
doesn't work for you, feel free to send me an example-file:
pab@blinkenligts.ch
@@ -617,7 +617,7 @@
in the GNUpod tarball. Also check out
http://blinkenlights.ch/gnupod/mkspl.html for a 'JavaScript SPL-Creator'
- You can also use the -playlist option of gnupod_addsong.pl. This
+ You can also use the -playlist option of gnupod_addsong. This
will create and add the listed songs to the named playlist.
Don't forget to run mktunes before umounting! (See 'Unplug the iPod')
@@ -637,14 +637,14 @@
Such a playlist will show up as a Podcast after running mktunes
- gnupod_addsong.pl can also download podcasts and create such
+ gnupod_addsong can also download podcasts and create such
playlists itself:
- gnupod_addsong.pl -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
+ gnupod_addsong -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
Running this command will create a Playlist called 'Heute Morgen'
(`-p') and set `podcast="1"' (`--playlist-is-podcast').
-`gnupod_addsong.pl' will then fetch the podcast from
+`gnupod_addsong' will then fetch the podcast from
`http://pod.drs.ch/heutemorgen_mpx.xml', download all (new) files and
add them to the 'Heute Morgen' playlist!
@@ -671,8 +671,8 @@
model = nano_4g
To specify a cover while adding files you'd use the `--artwork'
-switch of `gnupod_addsong.pl'. Example:
- gnupod_addsong.pl --artwork cover.jpg *.mp3
+switch of `gnupod_addsong'. Example:
+ gnupod_addsong --artwork cover.jpg *.mp3
Use `gnupod_search' to change/add artwork for existing files.
Example:
@@ -730,12 +730,12 @@
If gnupod_check found many errors (or you lost your
GNUtunesDB.xml), you can 'rebuild' an GNUtunesDB using
-`gnupod_addsong.pl'
+`gnupod_addsong'
- gnupod_addsong.pl --restore -m /mnt/ipod
+ gnupod_addsong --restore -m /mnt/ipod
First, it will create a clean, empty GNUtunesDB, it won't delete any
-songs on the iPod. Then, `gnupod_addsong.pl --restore' will re-create
+songs on the iPod. Then, `gnupod_addsong --restore' will re-create
a GNUtunesDB including the Songs which are on the iPod
I think nobody will ever have to do this.. but it maybe usefull to
@@ -845,7 +845,7 @@
and iTunes)
Only mktunes and tunes2pod have to worry about the iTunesDB
-format: all other tools (gnupod_addsong.pl for example) only have to
+format: all other tools (gnupod_addsong for example) only have to
deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so
--- gnupod-0.99.8/doc/gnupod.html 2021-08-18 08:09:59.699220360 -1200
+++ gnupod-0.99.8/doc/gnupod.html.new 2021-08-18 08:10:00.179220360 -1200
@@ -661,26 +661,26 @@
-To add files, we use the script called gnupod_addsong.pl .
+To add files, we use the script called gnupod_addsong .
First, mount the iPod (eg. at /mnt/ipod) if it isn't mounted.
-If you would like to add the file /tmp/foo.mp3, run gnupod_addsong.pl like this:
- | gnupod_addsong.pl -m /mnt/ipod /tmp/foo.mp3
+If you would like to add the file /tmp/foo.mp3, run gnupod_addsong like this:
+ | gnupod_addsong -m /mnt/ipod /tmp/foo.mp3
|
You can also use wildcards:
- | gnupod_addsong.pl -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
+ | gnupod_addsong -m /mnt/ipod /mnt/mp3/seiken_densetsu2_ost/* /mnt/mp3/xenogears/ost?/*
|
-It isn't possible to add the same MP3 multiple times, gnupod_addsong.pl detects duplicates
+It isn't possible to add the same MP3 multiple times, gnupod_addsong detects duplicates
(Duplicate = same filesize/time and ID3Tag name). You can disable the duplicate-detection
with the '--duplicate' switch.
-gnupod_addsong.pl understands MP3/WAV (RIFF) and M4A (Apple AAC - NO DRM!) files.
+gnupod_addsong understands MP3/WAV (RIFF) and M4A (Apple AAC - NO DRM!) files.
It can also convert FLAC and OGG files on-the-fly:
@@ -689,14 +689,14 @@
Using this example, it would convert the two files into MP3 and add them to the iPod.
- | gnupod_addsong.pl -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
+ | gnupod_addsong -m /mnt/ipod myfile.flac myfile.ogg --decode=mp3
|
(Note: To use all features of --decode, you will have to install
Audio::FLAC::Header, Ogg::Vorbis::Header::PurePerl, lame, flac, oggenc and faac)
-gnupod_addsong.pl tries to 'auto-detect' the encoding of the ID3 Tag.
+gnupod_addsong tries to 'auto-detect' the encoding of the ID3 Tag.
Sometimes this works (in most cases ;) ) sometimes it doesn't. If it doesn't work for you,
feel free to send me an example-file: pab@blinkenligts.ch
@@ -878,7 +878,7 @@
Also check out http://blinkenlights.ch/gnupod/mkspl.html for a 'JavaScript SPL-Creator'
-You can also use the --playlist option of gnupod_addsong.pl. This will create and add the listed songs to the
+You can also use the --playlist option of gnupod_addsong. This will create and add the listed songs to the
named playlist.
@@ -914,14 +914,14 @@
Such a playlist will show up as a Podcast after running mktunes
-gnupod_addsong.pl can also download podcasts and create such playlists itself:
+gnupod_addsong can also download podcasts and create such playlists itself:
- | gnupod_addsong.pl -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
+ | gnupod_addsong -p "Heute Morgen" --playlist-is-podcast http://pod.drs.ch/heutemorgen_mpx.xml
|
Running this command will create a Playlist called 'Heute Morgen' (-p ) and set podcast="1" (--playlist-is-podcast ).
-gnupod_addsong.pl will then fetch the podcast from http://pod.drs.ch/heutemorgen_mpx.xml , download all (new) files
+gnupod_addsong will then fetch the podcast from http://pod.drs.ch/heutemorgen_mpx.xml , download all (new) files
and add them to the 'Heute Morgen' playlist!
@@ -958,8 +958,8 @@
-To specify a cover while adding files you'd use the --artwork switch of gnupod_addsong.pl . Example:
- | gnupod_addsong.pl --artwork cover.jpg *.mp3
+To specify a cover while adding files you'd use the --artwork switch of gnupod_addsong . Example:
+ | gnupod_addsong --artwork cover.jpg *.mp3
|
Use gnupod_search to change/add artwork for existing files. Example:
@@ -1047,14 +1047,14 @@
If gnupod_check found many errors (or you lost your GNUtunesDB.xml),
-you can 'rebuild' an GNUtunesDB using gnupod_addsong.pl
+you can 'rebuild' an GNUtunesDB using gnupod_addsong
- | gnupod_addsong.pl --restore -m /mnt/ipod
+ | gnupod_addsong --restore -m /mnt/ipod
|
First, it will create a clean, empty GNUtunesDB, it won't delete any songs on the iPod.
-Then, gnupod_addsong.pl --restore will re-create a GNUtunesDB including the Songs which are on the iPod
+Then, gnupod_addsong --restore will re-create a GNUtunesDB including the Songs which are on the iPod
I think nobody will ever have to do this.. but it maybe usefull to know that it's possible
@@ -1218,7 +1218,7 @@
Only mktunes and tunes2pod have to worry about the iTunesDB format: all other tools
-(gnupod_addsong.pl for example) only have to deal with the XML file called GNUtunesDB.
+(gnupod_addsong for example) only have to deal with the XML file called GNUtunesDB.
It's important to keep the iTunesDB and GNUtunesDB 'in sync', so everytime you change the
--- gnupod-0.99.8/doc/gnupodrc.example 2021-08-18 08:09:57.731220360 -1200
+++ gnupod-0.99.8/doc/gnupodrc.example.new 2021-08-18 08:10:00.215220360 -1200
@@ -58,7 +58,7 @@
# gnupod_search.match-once = 1
-# *** gnupod_addsong.pl ***
+# *** gnupod_addsong ***
## Disable ID3V2 Tag reading
# gnupod_addsong.disable-v2 = 1
Patched gnupod-0.99.8/man/gnupod_INIT.pl.1.gz
--- gnupod-0.99.8/FAQ 2021-08-18 08:09:59.939220360 -1200
+++ gnupod-0.99.8/FAQ.new 2021-08-18 08:10:00.307220360 -1200
@@ -58,7 +58,7 @@
./configure && make install
1 Mount the iPod (eg. /mnt/ipod)
- 2 run gnupod_INIT.pl -m /mnt/ipod
+ 2 run gnupod_INIT -m /mnt/ipod
3 add songs using 'gnupod_addsong -m /mnt/ipod *blabla.mp3
4 build the iTunesDB using mktunes: 'mktunes -m /mnt/ipod'
5 umount the iPod and enjoy!
--- gnupod-0.99.8/CHANGES 2021-08-18 08:09:59.903220360 -1200
+++ gnupod-0.99.8/CHANGES.new 2021-08-18 08:10:00.339220360 -1200
@@ -46,7 +46,7 @@
NEW: Set addtime to a fixed value when doing autotests.
NEW: Added check for "autotest" file at the ipod mountpoint.
NEW: The connection hash was expanded by a "autotest" key.
- NEW: Added "--fwguid" option to gnupod_INIT.pl to be passed on to mktunes.
+ NEW: Added "--fwguid" option to gnupod_INIT to be passed on to mktunes.
*** OLD STUFF ***
@@ -154,7 +154,7 @@
- Added support for Podcast-Playlists.
- Filter out bad chars from '--rename' command.
- Added RVA2 (Normalize) patch by Peter Liljenberg
-- gnupod_INIT.pl: Added --noask option
+- gnupod_INIT: Added --noask option
- gnupod_addsong: --playlist can now be used multiple times
- gnupod_addsong: added --playlist-is-podcast command
- gnupod_addsong: Added workaround for glibc/linux/perl bug/problem (realloc() error)
@@ -607,7 +607,7 @@
* Can read from STDIN again (use 'gnupod_addsong -')
(I forgot this feature ;) )
-gnupod_INIT.pl
+gnupod_INIT
* Added '--france' switch (Limit volume to 100 db for
1.x Firmware)
--- gnupod-0.99.8/README 2021-08-18 08:09:59.863220360 -1200
+++ gnupod-0.99.8/README.new 2021-08-18 08:10:00.371220360 -1200
@@ -29,7 +29,7 @@
GNUpod commands (cheatsheet)
----------------------------
-gnupod_INIT.pl INIT a new iPod (create empty Database + Directories)
+gnupod_INIT INIT a new iPod (create empty Database + Directories)
gnupod_addsong Add files
gnupod_check Check for 'zombie' files
gnupod_otgsync Handles On-The-Go Sync (not for humans)
--- gnupod-0.99.8/README.developer 2021-08-18 08:09:57.215220360 -1200
+++ gnupod-0.99.8/README.developer.new 2021-08-18 08:10:00.403220360 -1200
@@ -4,7 +4,7 @@
These aren't the droids you're looking for. Move along! :-)
Minimal testing:
-> gnupod_INIT.pl /mnt/empty
+> gnupod_INIT /mnt/empty
> gnupod_addsong
> mktunes
> tunes2pod --force
--- gnupod-0.99.8/tools/extractArtwork.pl 2009-07-10 11:20:05.000000000 -1200
+++ gnupod-0.99.8/tools/extractArtwork.pl.new 2021-08-18 08:10:00.447220360 -1200
@@ -22,7 +22,7 @@
my $AWDB = GNUpod::ArtworkDB->new(Connection=>$connection, DropUnseen=>0);
$AWDB->LoadArtworkDb;
-GNUpod::XMLhelper::doxml($connection->{xml}) or usage("Failed to parse $connection->{xml}, did you run gnupod_INIT.pl?\n");
+GNUpod::XMLhelper::doxml($connection->{xml}) or usage("Failed to parse $connection->{xml}, did you run gnupod_INIT?\n");
#print Data::Dumper::Dumper($AWDB);
--- gnupod-0.99.8/src/gnupod_addsong.pl 2021-08-18 08:10:00.075220360 -1200
+++ gnupod-0.99.8/src/gnupod_addsong.pl.new 2021-08-18 08:10:00.495220360 -1200
@@ -119,7 +119,7 @@
delete($opts{artwork});
}
}
- GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT.pl?\n");
+ GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT?\n");
}
# Check volume adjustment options for sanity
--- gnupod-0.99.8/src/gnupod_check.pl 2021-08-18 08:10:00.039220360 -1200
+++ gnupod-0.99.8/src/gnupod_check.pl.new 2021-08-18 08:10:00.527220360 -1200
@@ -52,7 +52,7 @@
usage($con->{status}."\n") if $con->{status};
print "Pass 1: Checking Files in the GNUtunesDB.xml...\n";
- GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT.pl?\n");
+ GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT?\n");
print "Pass 2: Checking Files on the iPod...\n";
checkGNUtunes($con);
--- gnupod-0.99.8/src/gnupod_search.pl 2021-08-18 08:09:57.683220360 -1200
+++ gnupod-0.99.8/src/gnupod_search.pl.new 2021-08-18 08:10:00.559220360 -1200
@@ -89,7 +89,7 @@
}
pview(undef,1);
- GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT.pl?\n");
+ GNUpod::XMLhelper::doxml($con->{xml}) or usage("Failed to parse $con->{xml}, did you run gnupod_INIT?\n");
#XML::Parser finished, write new file if we deleted or renamed
if($dirty) {
GNUpod::XMLhelper::writexml($con,{automktunes=>$opts{automktunes}});
--- gnupod-0.99.8/src/mktunes.pl 2021-08-18 08:09:57.255220360 -1200
+++ gnupod-0.99.8/src/mktunes.pl.new 2021-08-18 08:10:00.591220360 -1200
@@ -66,7 +66,7 @@
$mktunes = GNUpod::Mktunes->new(Connection=>$con, iPodName=>$opts{'ipod-name'}, Artwork=>$AWDB);
print "> Parsing XML document...\n";
- GNUpod::XMLhelper::doxml($con->{xml}) or usage("Could not read $con->{xml}, did you run gnupod_INIT.pl ?");
+ GNUpod::XMLhelper::doxml($con->{xml}) or usage("Could not read $con->{xml}, did you run gnupod_INIT ?");
print "\r> ".$mktunes->GetFileCount." files parsed, assembling iTunesDB...\n";
$mktunes->WriteItunesDB;
--- gnupod-0.99.8/src/gnupod_INIT.pl 2021-08-18 08:09:57.227220360 -1200
+++ gnupod-0.99.8/src/gnupod_INIT.pl.new 2021-08-18 08:10:00.623220360 -1200
@@ -28,7 +28,7 @@
use vars qw(%opts);
-print "gnupod_INIT.pl ###__VERSION__### (C) Adrian Ulrich\n";
+print "gnupod_INIT ###__VERSION__### (C) Adrian Ulrich\n";
$opts{mount} = $ENV{IPOD_MOUNTPOINT};
#Don't add xml and itunes opts.. we *NEED* the mount opt to be set..
@@ -64,7 +64,7 @@
btw: use 'gnupod_addsong -m $opts{mount} --restore'
if you lost your songs on the iPod after using
- gnupod_INIT.pl (..but this won't happen, because
+ gnupod_INIT (..but this won't happen, because
this tool has no bugs ;) )
*********************************************************
@@ -144,7 +144,7 @@
my($rtxt) = @_;
die << "EOF";
$rtxt
-Usage: gnupod_INIT.pl [-h] [-m directory]
+Usage: gnupod_INIT [-h] [-m directory]
-h, --help display this help and exit
--version output version information and exit
@@ -165,7 +165,7 @@
sub version {
die << "EOF";
-gnupod_INIT.pl (gnupod) ###__VERSION__###
+gnupod_INIT (gnupod) ###__VERSION__###
Copyright (C) Adrian Ulrich 2002-2004
This is free software; see the source for copying conditions. There is NO
--- gnupod-0.99.8/src/ext/Mktunes.pm 2021-08-18 08:09:57.323220360 -1200
+++ gnupod-0.99.8/src/ext/Mktunes.pm.new 2021-08-18 08:10:00.659220360 -1200
@@ -20,7 +20,7 @@
sub WriteItunesSD {
my($self) = @_;
- open(ITS, ">", $self->GetConnection->{itunessd}) or die "*** Unable to write the iTunesDB: $!, did you run gnupod_INIT.pl ?\n";
+ open(ITS, ">", $self->GetConnection->{itunessd}) or die "*** Unable to write the iTunesDB: $!, did you run gnupod_INIT ?\n";
binmode(ITS);
print ITS GNUpod::iTunesDB::mk_itunes_sd_header({files=>$self->GetFileCount});
foreach my $item (@{$self->GetFiles}) {
@@ -43,7 +43,7 @@
my $outfile = $self->GetConnection->{itunesdb};
my $tmpfile = $outfile.".$$";
- open(ITUNES, ">", $tmpfile) or die "*** Unable to write the iTunesDB: $!, did you run gnupod_INIT.pl ?\n";
+ open(ITUNES, ">", $tmpfile) or die "*** Unable to write the iTunesDB: $!, did you run gnupod_INIT ?\n";
binmode(ITUNES);
print ITUNES GNUpod::iTunesDB::mk_mhbd({});
$mhbd_size = tell(ITUNES);
--- gnupod-0.99.8/src/ext/XMLhelper.pm 2021-08-18 08:09:56.943220360 -1200
+++ gnupod-0.99.8/src/ext/XMLhelper.pm.new 2021-08-18 08:10:00.687220360 -1200
@@ -69,7 +69,7 @@
my @aviable_targets = bsd_glob($xconn->{musicdir}."/*", $xconn->{autotest}?GLOB_NOCASE:GLOB_NOSORT);
unless(int(@aviable_targets)) {
- warn "No iPod folders found at $xconn->{mountpoint}, did you run gnupod_INIT.pl ?\n";
+ warn "No iPod folders found at $xconn->{mountpoint}, did you run gnupod_INIT ?\n";
return undef;
}
if(length($current_extension) != 0) {
--- gnupod-0.99.8/doc/gnupod.html 2021-08-18 08:10:00.179220360 -1200
+++ gnupod-0.99.8/doc/gnupod.html.new 2021-08-18 08:10:00.719220360 -1200
@@ -596,15 +596,15 @@
If the iPod is freshly formatted or you never used GNUpod before with this iPod, run
- | gnupod_INIT.pl -m /mnt/ipod
+
-gnupod_INIT.pl will create the default directory tree and creates an empty GNUtunesDB
+gnupod_INIT will create the default directory tree and creates an empty GNUtunesDB
(or if it finds an iTunesDB, it runs tunes2pod to convert the iTunesDB to an GNUtunesDB)
Use
- | gnupod_INIT.pl -m /mnt/ipod --france
+ | gnupod_INIT -m /mnt/ipod --france
|
if you would like to enable the 'EU-Volume-Limit' (=decrease max. volume).
--- gnupod-0.99.8/doc/gnupod.info 2021-08-18 08:10:00.155220360 -1200
+++ gnupod-0.99.8/doc/gnupod.info.new 2021-08-18 08:10:00.751220360 -1200
@@ -434,14 +434,14 @@
If the iPod is freshly formatted or you never used GNUpod before
with this iPod, run
- gnupod_INIT.pl -m /mnt/ipod
+ gnupod_INIT -m /mnt/ipod
- gnupod_INIT.pl will create the default directory tree and creates an
+ gnupod_INIT will create the default directory tree and creates an
empty GNUtunesDB (or if it finds an iTunesDB, it runs tunes2pod to
convert the iTunesDB to an GNUtunesDB)
Use
- gnupod_INIT.pl -m /mnt/ipod --france
+ gnupod_INIT -m /mnt/ipod --france
if you would like to enable the 'EU-Volume-Limit' (=decrease max.
volume). This only works for iPods running Firmware 1.x
--- gnupod-0.99.8/doc/gnupod.texi 2021-08-18 08:10:00.123220360 -1200
+++ gnupod-0.99.8/doc/gnupod.texi.new 2021-08-18 08:10:00.787220360 -1200
@@ -455,15 +455,15 @@
If the iPod is freshly formatted or you never used GNUpod before with this iPod, run
@example
-gnupod_INIT.pl -m /mnt/ipod
+gnupod_INIT -m /mnt/ipod
@end example
-gnupod_INIT.pl will create the default directory tree and creates an empty GNUtunesDB
+gnupod_INIT will create the default directory tree and creates an empty GNUtunesDB
(or if it finds an iTunesDB, it runs tunes2pod to convert the iTunesDB to an GNUtunesDB)
Use
@example
-gnupod_INIT.pl -m /mnt/ipod --france
+gnupod_INIT -m /mnt/ipod --france
@end example
if you would like to enable the 'EU-Volume-Limit' (=decrease max. volume).
quilt --quiltrc debian/quiltrc push -a
Applying patch 01-new-perl.patch
patching file gnupod-0.99.8/src/ext/FileMagic.pm
patching file gnupod-0.99.8/src/ext/XMLhelper.pm
Applying patch 02-case-insensitive-metadata.patch
patching file gnupod-0.99.8/src/gnupod_convert_FLAC.pl
Applying patch 03-use-digest-sha.patch
patching file gnupod-0.99.8/configure
patching file gnupod-0.99.8/configure.ac
patching file gnupod-0.99.8/src/ext/Hash58.pm
Applying patch 04-install-incdir.patch
patching file gnupod-0.99.8/tools/gnupod_install.pl
Now at patch 04-install-incdir.patch
dh_testdir
cd gnupod-0.99.8 && ./configure --host=aarch64-linux-gnu --build=aarch64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
checking for perl-5.8... no
checking for perl-5.6... no
checking for perl... /usr/bin/perl
GNUpod will use /usr/bin/perl
checking for Digest::MD5... ok
checking for Digest::SHA... ok
checking for XML::Parser... ok
checking for Unicode::String... ok
checking for MP3::Info... ok
checking for File::Copy... ok
checking for Date::Parse... ok
checking for Date::Format... ok
checking for Data::Dumper... ok
checking for optional Audio::FLAC::Header... ok
checking for optional Ogg::Vorbis::Header::PurePerl... ok
checking for optional Date::Manip... failed!
** Date::Manip not found. You can install it using this command:
** # perl -MCPAN -e 'install Date::Manip'
** ..but GNUpod will also work without Date::Manip
installed version of MP3::Info looks good for utf8 support
installed version of MP3::Info looks good for APE tag and RVA2 support
checking installed encoders... done
checking installed decoders... done
checking for ffmpeg with AAC support... not found, --decode=video won't work
checking for ImageMagick...not found, --artwork won't work
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
Settings:
---------
Release : 0.99.8
Perl Version : 5.28.1
Prefix : /usr
Perl INC : /etc/perl
Encoders : (mpeg4/no ffmpeg with aac support found) (disabled faac: Binary not found) (disabled lame: Binary not found) wav
Decoders : (disabled timidity: Binary not found) (disabled flac: Binary not found) (disabled oggdec: Binary not found)
Artwork Support : No (ImageMagick is not installed)
-> use 'make install' to install GNUpod
-> use 'info GNUpod' to read the documentation after you installed GNUpod
-> use 'make uninstall' to remove GNUpod from /usr
dh_testdir
fakeroot debian/rules binary
dh_testdir
dh_testdir
dh_testroot
dh_prep -i
dh_installdirs -i
/usr/bin/make -C gnupod-0.99.8 install DESTDIR=/build/gnupod-tools-0.99.8/debian/gnupod-tools
make[1]: Entering directory '/build/gnupod-tools-0.99.8/gnupod-0.99.8'
/bin/bash ./mkinstalldirs /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin
/bin/bash ./mkinstalldirs /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1
/usr/bin/perl tools/gnupod_install.pl INSTALL "/usr/bin/perl" "/usr/bin" "/usr/share/info" "/usr/share/man" "/build/gnupod-tools-0.99.8/debian/gnupod-tools"
Installing GNUpod 0.99.8 using gnupod_install 0.25
> src/gnupod_addsong.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_addsong.pl
> src/gnupod_check.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_check.pl
> src/gnupod_convert_APE.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_convert_APE.pl
> src/gnupod_convert_FLAC.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_convert_FLAC.pl
> src/gnupod_convert_MIDI.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_convert_MIDI.pl
> src/gnupod_convert_OGG.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_convert_OGG.pl
> src/gnupod_convert_RIFF.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_convert_RIFF.pl
> src/gnupod_INIT.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_INIT.pl
> src/gnupod_otgsync.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_otgsync.pl
> src/gnupod_search.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/gnupod_search.pl
> src/mktunes.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/mktunes.pl
> src/tunes2pod.pl --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/tunes2pod.pl
Installing Modules at /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/
> src/ext/ArtworkDB.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/ArtworkDB.pm
> src/ext/FileMagic.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/FileMagic.pm
> src/ext/FooBar.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/FooBar.pm
> src/ext/Hash58.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/Hash58.pm
> src/ext/iTunesDB.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/iTunesDB.pm
> src/ext/Mktunes.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/Mktunes.pm
> src/ext/QTfile.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/QTfile.pm
> src/ext/SysInfo.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/SysInfo.pm
> src/ext/XMLhelper.pm --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/perl5/GNUpod/XMLhelper.pm
Installing info-documentation (/build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/info/)
Can't exec "install-info": No such file or directory at tools/gnupod_install.pl line 75.
** install-info failed, documentation *NOT* installed
** See 'doc/gnupod.html' for an HTML version...
Installing manual pages
> man/gnupod_addsong.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_addsong.pl.1.gz
> man/gnupod_check.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_check.pl.1.gz
> man/gnupod_convert_APE.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_convert_APE.pl.1.gz
> man/gnupod_convert_FLAC.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_convert_FLAC.pl.1.gz
> man/gnupod_convert_MIDI.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_convert_MIDI.pl.1.gz
> man/gnupod_convert_OGG.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_convert_OGG.pl.1.gz
> man/gnupod_convert_RIFF.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_convert_RIFF.pl.1.gz
> man/gnupod_INIT.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_INIT.pl.1.gz
> man/gnupod_otgsync.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_otgsync.pl.1.gz
> man/gnupod_search.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/gnupod_search.pl.1.gz
> man/mktunes.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/mktunes.pl.1.gz
> man/tunes2pod.pl.1.gz --> /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/tunes2pod.pl.1.gz
done!
make[1]: Leaving directory '/build/gnupod-tools-0.99.8/gnupod-0.99.8'
: # Drop the .pl from each manpage and executable name
rename 's/\.pl//' /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/bin/*.pl
rename 's/\.pl//' /build/gnupod-tools-0.99.8/debian/gnupod-tools/usr/share/man/man1/*.gz
rm -f debian/gnupod-tools/usr/share/info/dir*
/usr/bin/make -f debian/rules DH_OPTIONS=-i binary-common
make[1]: Entering directory '/build/gnupod-tools-0.99.8'
dh_testdir
dh_testroot
dh_installdocs gnupod-0.99.8/TODO gnupod-0.99.8/doc/fdl.texi gnupod-0.99.8/doc/version.texi gnupod-0.99.8/doc/gnupod.texi gnupod-0.99.8/doc/gnupod.html gnupod-0.99.8/doc/gnupodrc.example
dh_installexamples gnupod-0.99.8/doc/gnutunesdb.example
dh_installinfo gnupod-0.99.8/doc/gnupod.info
dh_installman
dh_installchangelogs gnupod-0.99.8/CHANGES
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_perl
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'gnupod-tools' in '../gnupod-tools_0.99.8-5_all.deb'.
make[1]: Leaving directory '/build/gnupod-tools-0.99.8'
dpkg-genbuildinfo --build=binary
dpkg-genchanges --build=binary >../gnupod-tools_0.99.8-5_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
I: removing directory /srv/workspace/pbuilder/30375 and its subdirectories
I: Current time: Wed Aug 18 08:10:15 -12 2021
I: pbuilder-time-stamp: 1629317415
Thu Jul 16 13:47:19 UTC 2020 I: 1st build successful. Starting 2nd build on remote node codethink-sled10-arm64.debian.net.
Thu Jul 16 13:47:19 UTC 2020 I: Preparing to do remote build '2' on codethink-sled10-arm64.debian.net.
Thu Jul 16 13:49:03 UTC 2020 I: Deleting $TMPDIR on codethink-sled10-arm64.debian.net.
Thu Jul 16 13:49:05 UTC 2020 I: gnupod-tools_0.99.8-5_arm64.changes:
Format: 1.8
Date: Sun, 30 Jul 2017 18:59:50 +0200
Source: gnupod-tools
Binary: gnupod-tools
Architecture: all
Version: 0.99.8-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group
Changed-By: Petter Reinholdtsen
Description:
gnupod-tools - command-line tools for the iPod family of portable music players
Changes:
gnupod-tools (0.99.8-5) unstable; urgency=medium
.
* Fix build problem with quilt.
* Add dummy build-arch target to d/rules.
Checksums-Sha1:
83a25ae8cbab348457b38974200310328f70f60b 146132 gnupod-tools_0.99.8-5_all.deb
8d2a957b09223b8bc3ab67cd90e3ee75838de139 5858 gnupod-tools_0.99.8-5_arm64.buildinfo
Checksums-Sha256:
f9a7dd1f88c979af5321e6bda9cf6669118b70ba6db3664975e1a3987a95db12 146132 gnupod-tools_0.99.8-5_all.deb
7995c0d1545d7d241340514eeaf90fd79255c83631deb901236fc4fd8859d380 5858 gnupod-tools_0.99.8-5_arm64.buildinfo
Files:
782cdbf2ee7ad2553cfe1b3a06af0af5 146132 sound optional gnupod-tools_0.99.8-5_all.deb
31a7ef5b9275f18a688f9358dc1c6fa0 5858 sound optional gnupod-tools_0.99.8-5_arm64.buildinfo
Thu Jul 16 13:49:15 UTC 2020 I: diffoscope 151 will be used to compare the two builds:
# Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian/tmp.7KbKWjqEzR/gnupod-tools_0.99.8-5.diffoscope.html --text /srv/reproducible-results/rbuild-debian/tmp.7KbKWjqEzR/gnupod-tools_0.99.8-5.diffoscope.txt --json /srv/reproducible-results/rbuild-debian/tmp.7KbKWjqEzR/gnupod-tools_0.99.8-5.diffoscope.json --profile=- /srv/reproducible-results/rbuild-debian/tmp.7KbKWjqEzR/b1/gnupod-tools_0.99.8-5_arm64.changes /srv/reproducible-results/rbuild-debian/tmp.7KbKWjqEzR/b2/gnupod-tools_0.99.8-5_arm64.changes
## command (total time: 0.000s)
0.000s 1 call cmp (internal)
## has_same_content_as (total time: 0.000s)
0.000s 1 call abc.DotChangesFile
## main (total time: 0.270s)
0.270s 2 calls outputs
0.000s 1 call cleanup
## recognizes (total time: 0.021s)
0.021s 10 calls diffoscope.comparators.binary.FilesystemFile
0.000s 8 calls abc.DotChangesFile
Thu Jul 16 13:49:34 UTC 2020 I: diffoscope 151 found no differences in the changes files, and a .buildinfo file also exists.
Thu Jul 16 13:49:34 UTC 2020 I: gnupod-tools from buster built successfully and reproducibly on arm64.
Thu Jul 16 13:49:36 UTC 2020 I: Submitting .buildinfo files to external archives:
Thu Jul 16 13:49:36 UTC 2020 I: Submitting 8.0K b1/gnupod-tools_0.99.8-5_arm64.buildinfo.asc
Thu Jul 16 13:49:36 UTC 2020 I: Submitting 8.0K b2/gnupod-tools_0.99.8-5_arm64.buildinfo.asc
Thu Jul 16 13:49:37 UTC 2020 I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Thu Jul 16 13:49:37 UTC 2020 I: Done submitting .buildinfo files.
Thu Jul 16 13:49:37 UTC 2020 I: Removing signed gnupod-tools_0.99.8-5_arm64.buildinfo.asc files:
removed './b1/gnupod-tools_0.99.8-5_arm64.buildinfo.asc'
removed './b2/gnupod-tools_0.99.8-5_arm64.buildinfo.asc'
|
|
|
|
|
|
|
|
|
|
|
|