Korseby Online - Scripts
About Korseby Scripts
Over the years I have made lots of shell scripts to improve speed and easiness of daily computer work.
Download Korseby Scripts 4.1
You can download the whole package here.
| Download Source (21 KB) |
License
Korseby Scripts are published under the terms of GNU General Public License (GPL). Visit GNU for more details.
Main Scripts
These scripts do not fit into any category.
|
cleanup.sh
deletes .DS_Store files (generated by Mac OSX's Finder) deletes ._* files (generated by Mac OSX's Finder) under the condition that a file named * (without the ._ be the first letters) already exists deletes .Trashes (generated by Mac OSX's Finder) deletes .Trash-<username> directories (generated by Nautilus from Gnome) removed hidden extended file attributes on Mac OS 10.5 |
|
random.pl
randomizes a stdin text (works like sort but reverse and randomly) |
|
lowercase.sh
convert given file names to lower case in the current working directory |
|
v4lrec.sh
records a movie from a v4l device via mencoder |
|
ipodconnect.sh
loads all needed kernel-modules to connect an ipod (for linux < 2.4 only) |
|
ipodeject.sh
unloads all kernel-modules and ejects an ipod (for linux < 2.4 only) |
Scripts for CD Burning
These are some scripts related to make the burning of CDs a lot easier.
|
burniso.sh
burns a given iso-image with a given speed. |
|
burnmixed.sh
burns a mixed-mode cd from a given toc-file with a given speed. |
|
burnwav.sh
burns a audio-cd from a given toc-file. |
|
cdcopy.sh
makes a copy of a cd. |
|
delcd.sh
blanks a cd-rw in different modes. |
|
cdread.sh
creates an iso-image from a cd-rom. |
|
ripcd.sh
rips an audio-cd. |
|
verifycd.sh
verifies a burned cd-rw. |
|
mkiso.sh
creates an iso-image. |
|
mkmixed.sh
creates a toc-file for a mixed-mode CD. |
|
mp32wav.sh
creates a toc-file for a Audio CD. |
|
wav2mp3.sh
encodes all wav-files found to mp3. |
|
bin2iso.sh
Converts raw .bin cd-images to the .iso format. |
Scripts for Converting mp3s
These are some scripts that convert mp3s to wav and backwards.
|
mp3eca.sh
gets cover art out of mp3 and saves them as folder.jpg needs perl extension MP3::Tag |
|
mp32wav.sh
creates a toc-file for a Audio CD. |
|
wav2mp3.sh
encodes all wav-files found to mp3. |
|
up3.pl
gives mp3-files a proper format. |
|
setid3tag.pl
sets id3 tags from mp3 files (not actively maintained at the moment) |
Changes
Version 4.1:
- updated cleanup.sh to match extended file attributes on Mac OS 10.5
- updated burniso.sh for Mac OS 10.5
- updated verifycd.sh for Mac OS 10.5
- slight modifications to up3.pl
- added mp3eca.pl
- added exifwiki.sh
- added sched.sh
Version 4.0:
- added lowercase.sh
- updated burniso.sh (chache is now 32m, added -driveropts=burnfree option)
- updated burniso.sj (added "-overburn" option)
- updated up3.pl (roman numbers only via option, mac-umlauts, cleanup, little additions)
- updated delcd.sh (added -force)
- added ipodconnect.sh
- added ipodeject.sh
- updated mkiso.sh (added -iso-level 4 and removed joliet from options)
- added v4lrec.sh
Version 3.2:
- updated up3.pl (now change roman numbers correctly, = is now "")
Version 3.1:
- added bin2iso.sh
- updated debian-dependencies
Version 3.0:
- updated cleanup.sh (removes also ._* files)
- added rescan-scsi-bus.sh from Kurt Garloff
Version 2.4:
- added cleanup.sh (removes unwanted files like .DS_Store)
- updated up3.pl (mac umlauts in filenames)
- updated verifycd.sh (new subdirectory Zeugs)