ipod music
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 789
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.
<<lessBut 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.
Download (0.97MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
937 downloads
Random Music 1.1
Random Music plays random MP3 tracks from your music collection. more>>
Random Music plays random MP3 tracks from your music collection. It maintains a flat database of tracks, detailed genres, and weights, and generates a weighted random playlist from the user-selected genres.
The ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
<<lessThe ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1464 downloads
Common Music 1.0.2
Common Music (CM) is an object-oriented music composition environment. more>>
Common Music (CM) is an object-oriented music composition environment.
Common Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display.
<<lessCommon Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display.
Download (0.60MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
832 downloads
Python Music Daemon 0.3
Python Music Daemon is yet another jukebox written in Python. more>>
PyMusicD is yet another jukebox daemon written in python. It was born out of my frustration with the current mp3 jukeboxes, mostly the lack of features that I want. Ive also been playing with python quite a lot lately, and this is my first attempt at a large project in python.
The player is being written to satisfy my own requirements for a car mp3 player, although theres no reason you couldnt use this for a home mp3 player, or work mp3 player.
It assumes that your network users are (mostly) benign, and doesnt take a lot of precautions against malicious users who want to screw with your mp3s. Take appropriate measures to only allow trusted users to play with it, at least until I secure it a bit better.
Its primary purpose is to run in the background, and play mp3s whenever they are in the playlist.
Usage
Unpack this to its own directory. Edit the pymusicd.conf file to your liking. Run python PyMusicD, then run python pymusic to play around with it. The client operates very similarly to most shells, and includes tab completion for commands (but not arguments... yet.)
If you wish to install this to the system, you may do so by running python setup.py install. This will install the server binary in the default place for your platform (according to distutils.) You may then edit the config file (/etc/pymusicd.conf by default) and run the server by running PyMusicD. The cli client will be named pymusic.
This software is currently in development. It is not ready for end users yet. You should have familiarity with scripting in python before you set about to use this software. That being said, if you find bugs that arent listed in TODO, and/or have problems with the software that arent listed in TODO, email me (zwhite@darkstar.frop.org) and Ill see what I can do to help you. Code patches/suggestions are always welcome.
This is known to work on my Slackware 9.0 machine using the Python 2.2.2 package that came with it. I have also tested it on my Mac OSX 10.2.8 machine with Python 2.2. I have no reason to believe that it wont work on any machine with a Python 2.x interpreter and
either mpg123 or mpg321. Your mileage may vary. If it doesnt work on your platform, please let me know. My goal is to have this work on any platform that python runs on.
Enhancements:
- Fixed a bug when adding an entire directory with %2A instead of *
- Added a debug command to get server state, currently only playstatus is reported, will add more as needed.
- Changed the way the stop command works to eliminate a bug.
- Check to make sure a file exists before we add it to the playlist.
- We no longer start playing music as soon as the playlist has entries.
- Instead, we wait for a play command to be issued.
- Added config file support. Defaults to /etc/pymusicd.conf or ./pymusicd.conf
- Added a setup.py and setup.cfg file. Now users can install PyMusicD using the standard "python setup.py install" method that other scripts and modules use.
<<lessThe player is being written to satisfy my own requirements for a car mp3 player, although theres no reason you couldnt use this for a home mp3 player, or work mp3 player.
It assumes that your network users are (mostly) benign, and doesnt take a lot of precautions against malicious users who want to screw with your mp3s. Take appropriate measures to only allow trusted users to play with it, at least until I secure it a bit better.
Its primary purpose is to run in the background, and play mp3s whenever they are in the playlist.
Usage
Unpack this to its own directory. Edit the pymusicd.conf file to your liking. Run python PyMusicD, then run python pymusic to play around with it. The client operates very similarly to most shells, and includes tab completion for commands (but not arguments... yet.)
If you wish to install this to the system, you may do so by running python setup.py install. This will install the server binary in the default place for your platform (according to distutils.) You may then edit the config file (/etc/pymusicd.conf by default) and run the server by running PyMusicD. The cli client will be named pymusic.
This software is currently in development. It is not ready for end users yet. You should have familiarity with scripting in python before you set about to use this software. That being said, if you find bugs that arent listed in TODO, and/or have problems with the software that arent listed in TODO, email me (zwhite@darkstar.frop.org) and Ill see what I can do to help you. Code patches/suggestions are always welcome.
This is known to work on my Slackware 9.0 machine using the Python 2.2.2 package that came with it. I have also tested it on my Mac OSX 10.2.8 machine with Python 2.2. I have no reason to believe that it wont work on any machine with a Python 2.x interpreter and
either mpg123 or mpg321. Your mileage may vary. If it doesnt work on your platform, please let me know. My goal is to have this work on any platform that python runs on.
Enhancements:
- Fixed a bug when adding an entire directory with %2A instead of *
- Added a debug command to get server state, currently only playstatus is reported, will add more as needed.
- Changed the way the stop command works to eliminate a bug.
- Check to make sure a file exists before we add it to the playlist.
- We no longer start playing music as soon as the playlist has entries.
- Instead, we wait for a play command to be issued.
- Added config file support. Defaults to /etc/pymusicd.conf or ./pymusicd.conf
- Added a setup.py and setup.cfg file. Now users can install PyMusicD using the standard "python setup.py install" method that other scripts and modules use.
Download (0.013MB)
Added: 2005-05-10 License: Freely Distributable Price:
1629 downloads
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
<<lessTake 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
Download (4.7MB)
Added: 2007-08-05 License: Freeware Price:
866 downloads
Download (1.2MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1417 downloads
Top Music 3.0 PR5 Beta1
Top Music allows you to publish music (albums, artists, songs, sound tracks, rankings, etc.) to create an online music portal. more>>
Top Music allows you to publish music (albums, songs, sound tracks, rankings, artists, etc.) to create an online music portal.
It features: A-Z list of bands; band information (name, photo, genre, biography, etc.); discography; album information (title, year, covers, band, etc.); albums songs lists; song information (title, album, number, lyrics, etc.); the ability to listen to tracks; searching; ranking lists (most visited, most voted, etc.); a voting system; an uploads system; themes; an easy configuration screen; many blocks; multi-language support; easy installation; and a support forum, mailing lists, and Sourceforge.net support (CVS, files, etc.)
<<lessIt features: A-Z list of bands; band information (name, photo, genre, biography, etc.); discography; album information (title, year, covers, band, etc.); albums songs lists; song information (title, album, number, lyrics, etc.); the ability to listen to tracks; searching; ranking lists (most visited, most voted, etc.); a voting system; an uploads system; themes; an easy configuration screen; many blocks; multi-language support; easy installation; and a support forum, mailing lists, and Sourceforge.net support (CVS, files, etc.)
Download (0.94MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1203 downloads
aeon music player 0.2.3
aeon is a music player that is meant to look nice and have an interface that is as easy to use as possible. more>>
aeon is a music player that is meant to look nice and have an interface that is as easy to use as possible.
In contrast to BMPx it is entirely library based, which means you cant add individual files to it, but you have rather to add them to the library beforehand.
You can only play files from the library (akin to RhythmBox/iTunes).
<<lessIn contrast to BMPx it is entirely library based, which means you cant add individual files to it, but you have rather to add them to the library beforehand.
You can only play files from the library (akin to RhythmBox/iTunes).
Download (0.63MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1432 downloads
Kirocker Music Display 3.4.1
Kirocker Music Display is an Amaork script that makes your Kicker (the KDE main panel) rock with your music. more>>
Kirocker Music Display is an Amaork script that makes your Kicker (the KDE main panel) rock with your music.
It is a Kicker applet that displays what you listen to in Amarok
You then always know what you are listening to, and watch its cover: it is always visible on your panel.
It allows you to rate your music with one click: you can quickly change the number of stars of your musics from anywhere on your desktop.
To install:
- Extract the archive
- Open a konsole in the extracted folder (in Konqueror, go to the extracted folder and press F4)
- Run this set of command: ./configure --prefix=$(kde-config --prefix) && make && sudo make install
- It will ask your root password to install the applet on your system
- Right click the Kicker, choose "Add an Applet to the Panel..." (once the panel is unlocked)
- Double-click "Kirocker Music Display"
- Start playing a music: the applet is empty when Amarok is stopped or paused, to not annoy you with useless information when you are working
Also included in the package: the Kicker right translucent white background.
How to make the kicker translucent:
- Your screen resolution need to be 1280*800. If not, you will need some artistic skills and a Gimp experience to modify the given background
- Extract the image "Kicker Right Translucent Background.png" located in the Kirocker Music Display archive
- Open your desktop background image with The Gimp
- Drag and drop "Kicker Right Translucent Background.png" to the Gimp window of your background image
- Save the image and set it as your desktop background image
- Right click the Kicker and choose "Configure the Panel..." (once the panel is unlocked)
- Place the panel on the right (click the button on the right)
- Set the size to "Personalized" and enter "96 pixels"
- In the "Appearance" tab, check "Enable transparency"
- Click "Ok" and youre done: ENJOY!
Enhancements:
- This release fixes an issue with big playlists where Kirocker Music Display would hang up, act badly, or not respond.
- It also solves a long-standing tedious crash.
- Kirocker Music Display should be rock solid now.
<<lessIt is a Kicker applet that displays what you listen to in Amarok
You then always know what you are listening to, and watch its cover: it is always visible on your panel.
It allows you to rate your music with one click: you can quickly change the number of stars of your musics from anywhere on your desktop.
To install:
- Extract the archive
- Open a konsole in the extracted folder (in Konqueror, go to the extracted folder and press F4)
- Run this set of command: ./configure --prefix=$(kde-config --prefix) && make && sudo make install
- It will ask your root password to install the applet on your system
- Right click the Kicker, choose "Add an Applet to the Panel..." (once the panel is unlocked)
- Double-click "Kirocker Music Display"
- Start playing a music: the applet is empty when Amarok is stopped or paused, to not annoy you with useless information when you are working
Also included in the package: the Kicker right translucent white background.
How to make the kicker translucent:
- Your screen resolution need to be 1280*800. If not, you will need some artistic skills and a Gimp experience to modify the given background
- Extract the image "Kicker Right Translucent Background.png" located in the Kirocker Music Display archive
- Open your desktop background image with The Gimp
- Drag and drop "Kicker Right Translucent Background.png" to the Gimp window of your background image
- Save the image and set it as your desktop background image
- Right click the Kicker and choose "Configure the Panel..." (once the panel is unlocked)
- Place the panel on the right (click the button on the right)
- Set the size to "Personalized" and enter "96 pixels"
- In the "Appearance" tab, check "Enable transparency"
- Click "Ok" and youre done: ENJOY!
Enhancements:
- This release fixes an issue with big playlists where Kirocker Music Display would hang up, act badly, or not respond.
- It also solves a long-standing tedious crash.
- Kirocker Music Display should be rock solid now.
Download (0.98MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
797 downloads
Amarok Music Diary 0.3.4
Amarok Music Diary creates a SQLite3 Database with every song played a day. more>>
Amarok Music Diary creates a SQLite3 Database with every song played a day. It is possible to add a custom lyric to every database entry html-File export is provided. An example: http://www.sbox.tugraz.at/home/s/stifi/stifi_blog/
Usage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
<<lessUsage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
Download (0.090MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
964 downloads
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.
<<lessIt 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.
Download (0.010MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1379 downloads
Ipod MovieMaker 0.1 Beta
Ipod MovieMaker project is a dialog windows bash script which allows you to merge *.txt subtitles with all formats of movie file more>>
Ipod MovieMaker project is a dialog windows bash script which allows you to merge *.txt subtitles with all formats of movie files and save it in avi format. You may convert all kinds of video to .mp4 which is Ipod Video compatible format.
You will be only questioned about the location of a source movie, subtitles, encoding (default WINDOWS-1250), font location (default /home/$USER/.mplayer/font/subfont.ttf), and where to save reasult .mp4 file. You can have each work done seperatly or have whole process done from hardcoding subtitles to encoding to ipod format.
Installation:
- Make sure that you have mencoder and ffmpeg compiled with libxvid, libfaac codecs enable
- Make sure you have proper true type font installed in /home/$USER/.mplayer/font directory
- Make sure you have compiled gtkpod with libfaac codec to upload movies on Ipod video
- to get this script working write this in your console
chmod 755 ipodmoviemaker
cp ipodmoviemaker /usr/bin/
<<lessYou will be only questioned about the location of a source movie, subtitles, encoding (default WINDOWS-1250), font location (default /home/$USER/.mplayer/font/subfont.ttf), and where to save reasult .mp4 file. You can have each work done seperatly or have whole process done from hardcoding subtitles to encoding to ipod format.
Installation:
- Make sure that you have mencoder and ffmpeg compiled with libxvid, libfaac codecs enable
- Make sure you have proper true type font installed in /home/$USER/.mplayer/font directory
- Make sure you have compiled gtkpod with libfaac codec to upload movies on Ipod video
- to get this script working write this in your console
chmod 755 ipodmoviemaker
cp ipodmoviemaker /usr/bin/
Download (0.003MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
848 downloads
PodsBlitz 1.1.2
PodsBlitz copies songs from an iPod to a computer, thus addressing a shortcoming of the iTunes/iPod combo. more>>
Did you ever want to copy songs off your iPod, but all you could find were MP3 files with cryptic names ?
PodsBlitz application gives you access to your music. Just download the file to your iPod and double-click to start, thats it.
PodsBlitz was tested with an iPod Photo (synchronized by iTunes 4.9) on Mac OS 10.3.9 and Windows XP.
Since PodsBlitz is a Java application, you will need a Java Runtime Environment version 1.4 or higher. This should not be a problem on most recent Mac OS X releases.
PodsBlitz is distributed under the GNU General Public License.
Version restrictions:
Linux - PodsBlitz starts, but copying fails immediately:
- Please check the folder "iPod_Control/Music" on your iPod. If it contains folders called "fXX" instead of "FXX", your iPod needs to be mounted differently. (More information can be found on the mount man-page under "shortname" in the vfat section.)
Enhancements:
- A problem on Windows caused by folder names ending in a space has been fixed, as was the grouping of Podcasts.
- There were minor string changes in the UI.
<<lessPodsBlitz application gives you access to your music. Just download the file to your iPod and double-click to start, thats it.
PodsBlitz was tested with an iPod Photo (synchronized by iTunes 4.9) on Mac OS 10.3.9 and Windows XP.
Since PodsBlitz is a Java application, you will need a Java Runtime Environment version 1.4 or higher. This should not be a problem on most recent Mac OS X releases.
PodsBlitz is distributed under the GNU General Public License.
Version restrictions:
Linux - PodsBlitz starts, but copying fails immediately:
- Please check the folder "iPod_Control/Music" on your iPod. If it contains folders called "fXX" instead of "FXX", your iPod needs to be mounted differently. (More information can be found on the mount man-page under "shortname" in the vfat section.)
Enhancements:
- A problem on Windows caused by folder names ending in a space has been fixed, as was the grouping of Podcasts.
- There were minor string changes in the UI.
Download (0.080MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1049 downloads
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)
<<lessThe video codec is xvid and audio is aac.
Options:
Audio bitrate
Video bitrate
Aspect ratio
Resolution (640x368 for TV output)
Download (0.012MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
936 downloads
SharpMusique 1.0
SharpMusique is the fair interface to the iTunes Music Store. more>>
SharpMusique project is the fair interface to the iTunes Music Store.
Main features:
- Preview songs
- Signup for an account
- Buy songs and albums
- Redownload songs that were bought with SharpMusique
- Redeem Pepsi Caps
- Redeem gift certificates
<<lessMain features:
- Preview songs
- Signup for an account
- Buy songs and albums
- Redownload songs that were bought with SharpMusique
- Redeem Pepsi Caps
- Redeem gift certificates
Download (0.057MB)
Added: 2005-09-17 License: GPL (GNU General Public License) Price:
1526 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ipod music search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed