Main > Free Download Search >

Free mac ipod gnupod software for linux

mac ipod gnupod

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 965
Mac::iPod::GNUpod 1.22

Mac::iPod::GNUpod 1.22


Mac::iPod::GNUpod is a Perl module to add and remove songs from your iPod; read and write databases in iTunes and GNUpod format. more>>
Mac::iPod::GNUpod is a Perl module to add and remove songs from your iPod; read and write databases in iTunes and GNUpod format.

ABSTRACT

This is the module to do anything with your iPod, with methods for initializing your iPod, adding and removing songs, and reading and writing databases in the iTunes and GNUpod formats. This module was originally based on the GNUpod script package, written and distributed by Adrian Ulrich, (pab at blinkenlights.ch), http://www.gnu.org/software/gnupod/. However, a lot of development has occurred since then, making the module more flexible and more appropriate for CPAN. This module and the GNUpod scripts remain completely interoperable--they write the same file format and work in much the same way.

SYNOPSIS

use Mac::iPod::GNUpod;

my $ipod = Mac::iPod::GNUpod->new(mountpoint => /mnt/ipod);

# Read existing databases
$ipod->read_gnupod;
$ipod->read_itunes;

# Add songs
my $id = $ipod->add_song(~/music/The Foo Brothers - All Barred Up.mp3);

# Get paths to songs
my $path = $ipod->get_path($id);

# Find the id numbers of existing songs
my @yuck = $ipod->search(artist => Yoko Ono);

# Remove songs based on id
$ipod->rm_song(@yuck);

# Write databases
$ipod->write_gnupod;
$ipod->write_itunes;

Mac::iPod::GNUpod is a module designed to let you read the database(s) on your iPod and add and remove songs from it using Perl. It is based on the GNUpod script package written by Adrian Ulrich, which is available at http://www.gnu.org/software/gnupod/. You do NOT need to install the GNUpod scripts in order to use Mac::iPod::GNUpod module. The GNUpod scripts use a plaintext XML database alongside the binary iTunes database used internally by the iPod. This package is capable of reading and writing both the GNUpod database format and the iTunes database format, and can peacefully coexist with both.

<<less
Download (0.54MB)
Added: 2006-11-15 License: Perl Artistic License Price:
1079 downloads
YamiPod 1.6

YamiPod 1.6


YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. more>>
YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. YamiPod can be run directly from your iPod and needs no installation.
Take a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.
Main features:
- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- lyrics support (with internet auto search)
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Audioscrobbler support
Enhancements:
- [FIX] iTunes length at the end error
- [FIX] application quitted after unexpectedly in some situations
<<less
Download (4.7MB)
Added: 2007-08-05 License: Freeware Price:
866 downloads
Avi 2 iPOD (mp4) 1.3

Avi 2 iPOD (mp4) 1.3


Avi 2 iPOD (mp4) project can batch or single convert your .Avi files to .mp4 so you can watch them on your video iPOD. more>>
Avi 2 iPOD (mp4) project can batch or single convert your .Avi files to .mp4 so you can watch them on your video iPOD.

The video codec is xvid and audio is aac.

Options:

Audio bitrate
Video bitrate
Aspect ratio
Resolution (640x368 for TV output)

<<less
Download (0.012MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
936 downloads
GNUpod 0.99.2

GNUpod 0.99.2


GNUpod is a collection of Perl-Scripts which allows you to use your iPod under GNU/Linux. more>>
GNUpod project is a collection of Perl-Scripts which allows you to use your iPod under GNU/Linux and many other Operating Systems with a useable Version of Perl 5 (+Modules).
Enhancements:
- Full support for podcast playlists has been implemented and support for video iPods has been improved.
- Some minor bugs were also fixed.
<<less
Download (0.14MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
904 downloads
iPod Video Encoder 1.0.2

iPod Video Encoder 1.0.2


iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. more>>
iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding.
It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in iTunes.
It can be used in a cron job that periodically checks directories for new files and encodes them without user intervention.
Main features:
- Encoding of single files
- Optional specification of a/v bitrates
- Recursively encode all files in a directory
- Generating a podcast.xml for convenient use in iTunes
Options:
--version show programs version number and exit
-h, --help show this help message and exit
-R, --recursive Process directories recusively
-f, --force Force re-encode existing iPod videos
-t, --test Only encode first 10 seconds, to produce test videos
-e EXTENSIONS, --extensions=EXTENSIONS
Comma separated list of input extensions. Default: avi
-i IPODEXT, --ipodext=IPODEXT
iPod extension. Default: .ipod.mp4
-b VIDEO_RATE, --video-rate=VIDEO_RATE
Video bit rate, in kbps (default: 1024)
-a AUDIO_RATE, --audio-rate=AUDIO_RATE
Audio bit rate, in kbps (128)
-W WIDTH, --width=WIDTH
Video width, in pixels (default: 320)
-H HEIGHT, --height=HEIGHT
Video height, in pixels (default: 240)
-P, --pretend Do not really encode, just print out the ffmpeg
commands which would be executed
-v, --verbose Enable verbose output
Podcast options:
-p, --podcast Generate a podcast.xml file for each directory.
--podcast-documentroot=PODCAST_DOCUMENTROOT
Podcast document root; eg. /var/data/Movies/
--podcast-baseurl=PODCAST_BASEURL
Podcast base URL; eg. http://localhost/
Enhancements:
- Only uses the -e option for processing directories.
- The default ipod extension is now _ipod.mp4 for Windows compatibility.
- The README file has been extended with information on the .ipod-encoder settings file.
- The program no longer crashes when HOME is not set on Windows.
- --width and --height parameters have been added.
<<less
Download (0.010MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1379 downloads
MAC Changer GUI 0.03

MAC Changer GUI 0.03


MAC Changer GUI will display and change your MAC address to a user supplied or random value. more>>
MAC Changer GUI will display and change your MAC address to a user supplied or random value.

Created with kommander 1.3.0. Not sure if it works with previous versions.

Depends on kdialog and must be executed with the kdesu command.

Example:

kdesu kmdr-executor /home/someDIR/mac.kmdr

As this script is executed using root privileges it is good practice to inspect the script for malicious content. With that being said there is nothing in the script that can harm your computer. A reboot will restore your original MAC if you forget its value and want to change it back.

<<less
Download (0.030MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
974 downloads
Mac menubar for GNOME/Xfce 1.0.14

Mac menubar for GNOME/Xfce 1.0.14


Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce. more>>
Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce.

This is not one app, but 3 pieces of mutual-dependent softwares:

1.patch for gtk2 (2.10.x and 2.8.x)
2.gnome panel applet
3.xfce panel plugin (for 4.4+ only)

The sources are hosted on AUR (Arch User Repository), packages are gtk2-aqd, gnome-macmenu-applet, and xfce4-macmenu-plugin. There is also a xfce plugin that emulates round panel corners: xfce4-corner-plugin

The home page points to an ubuntu HOWTO for installing the patches and applets. There are also binaries for ubuntu edgy and arch linux.

<<less
Download (MB)
Added: 2007-01-21 License: LGPL (GNU Lesser General Public License) Price:
1035 downloads
kuickPod 0.1

kuickPod 0.1


kuickPod is a konqueror service menu for gnuPod. more>>
kuickPod is a konqueror service menu for gnuPod.

kuickpod adds a service menu entry to konqueor, whenever you right-click on an mp3 file. Chosse "Add to iPod" for simply adding the file(s), or "Add to iPod and umount" for adding the file(s) and afterwards unmount the iPod.

Deleting files from iPod is not supported, yet.

As kuickPod is based on gnuPod, make sure youve this installed, and your iPod is initialized by gnuPod.
<<less
Download (0.008MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
AudioCD 0.20

AudioCD 0.20


AudioCD is a Perl module for basic Audio CD control. more>>
AudioCD is a Perl module for basic Audio CD control.

SYNOPSIS

use AudioCD;
# see below

See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.

<<less
Download (0.003MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
iPod nano for Linux 1.0

iPod nano for Linux 1.0


Five icons inspired in the look of Apples iPod nano for use in desktops more>> Five icons inspired in the look of Apples iPod nano for use in desktops, websites and blogs.<<less
Download (128KB)
Added: 2009-04-28 License: Freeware Price:
185 downloads
iPod Music Liberator 3.5

iPod Music Liberator 3.5


The iPod Music Liberator allows you to copy music from your iPod to any computer. more>>
The iPod Music Liberator allows you to copy music from your iPod to any computer, filling in a missing feature of iTunes. You see, iTunes only allows for a one way transfer of music from your computer to your iPod.
But what if you want to move music to another authorized computer? What if you want to make a backup of your music? What if your computer crashes and you lose all of the music on your computer? What if you buy a new computer and need to move your music? What if ... ? Use the iPod Music Liberator for all of your iPod music copying needs.
Main features:
Organized Copying
- Simply copying music from your iPod to your computer is not enough. The iPod Music Liberator allows you to automatically organize your music into folders labeled by artist and album. The iPod Music Liberator also allows you to place all of your music into one folder. Combined with the powerful searching capabilities detailed below, you can organize your music into folders any way you like.
Intelligent Copying
- Dont waste your time copying songs that are already on your computer. iPod Music Liberators intelligent copying feature allows you to copy only the updated songs from your iPod to your computer. This is crucial for people that do regular backups or want to keep syncronized music collections.
Powerful Searching
- Maybe you only want to copy songs from a specific artist, album, or genre. iPod Music Liberators powerful searching capabilities allows you to search "on-the-fly." This means your search is refined with every key you type just like in iTunes.
- Dont let the searching power end there. You can also simply click on any table header to get an alphabetical or reverse alphabetical listing.
Simple User Interface
- Dont let complex user interfaces get in the way of your productivity. The iPod Music Liberator has a simple user interface to allow easy navigation.
Quick Song Listing
- Why wait for a program to find the songs on your iPod when you could be copying songs? The iPod Music Liberator uses the iPods own internal database to quickly list your songs.
Music Player
- Dont have iTunes installed to play music directly from your iPod? Let the iPod Music Liberator do it for you. Whether youre refreshing your memory about which song you want to copy or playing music for friends, the iPod Music Liberator can directly play your music from your iPod.
<<less
Download (0.97MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
937 downloads
Linux on iPod

Linux on iPod


Linux on iPod is an Linux based operating system for iPod. more>>
So far, we have successfully ported a customized uClinux (http://www.uclinux.org) kernel to the iPod, and written a simple user interface for it dubbed podzilla. Many additional Applications have been written, adding many capabilities not found in Apples firmware.

Our bootloader allows for you to choose between either iPodLinux or Apples firmware each time you turn on your iPod. iPodLinux is currently safe to install on 1st, 2nd, and 3rd generation iPods.

We are currently accepting Donations towards the purchase of a fourth generation iPod for us to test with. The fourth generation click wheel, mini, U2, Photo, and Shuffle iPods are NOT currently supported. For the latest information on 4th gen development, read the Fourth Generation Project Status.
<<less
Download (1.1MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1587 downloads
Mac-on-Linux 0.9.72.1

Mac-on-Linux 0.9.72.1


Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
KAddressBook to iPod Synchronisation 1.0

KAddressBook to iPod Synchronisation 1.0


KAddressBook to iPod Synchronisation lets you synchronise your KAddressBook to your iPod by executing this simple script. more>>
KAddressBook to iPod Synchronisation lets you synchronise your KAddressBook to your iPod by executing this simple script.

The script makes a few modifications to the addressbook file to make it readable by the iPod.

Amarok recently released the ability to synchonise music to your iPod, so I was finally able to stop using iTunes to transfer my songs. However I was still stuck using the Mac to sync my addressbook.

Well not anymore, after some quick poking around, and a simple script, I am now able to transfer my complete KDE addressbook (including photo), with a simple command line.

Just mount the ipod, and execute the script, passing the ipod’s root directory as a parameter. That’s it! The script loads your KDE addressbook, makes a few simple modifications the iPod requires, and copies it across.

<<less
Download (0.004MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1168 downloads
Mac::PropertyList 1.29

Mac::PropertyList 1.29


Mac::PropertyList is a Perl module to work with Mac plists at a low level. more>>
Mac::PropertyList is a Perl module to work with Mac plists at a low level.
SYNOPSIS
use Mac::PropertyList;
my $data = parse_plist( $text );
# == OR ==
my $data = parse_plist_file( $filename );
# == OR ==
open my( $fh ), $filename or die "...";
my $data = parse_plist_fh( $fh );
my $text = plist_as_string( $data );
my $plist = create_from_hash( %hash );
my $plist = create_from_array( @array );
my $plist = Mac::PropertyList::dict->new( %hash );
This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldnt use this in applications---build interfaces on top of this so you dont have to put all the heinous multi-level object stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween thats your business.
You dont need to be on Mac OS X to use this. It simply parses and manipulates a text format that Mac OS X uses.
Enhancements:
- Perl
<<less
Download (0.017MB)
Added: 2006-09-18 License: Perl Artistic License Price:
1133 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5