Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.201.377 Times

Mac Tag Rename freeware
Filter: All | Freeware | Demo
 

Mac Tag Rename

< 1 2 3 4 5 > 
Added: March 24, 2010 | Visits: 1.343

Tag Editor Tag Editor is a Firefox extension that generates tag links for your blog. Its practically a tag editor for your blog..



Platforms: *nix

License: Freeware Size: 32.77 KB Download (97): Tag Editor Download

Added: April 06, 2010 | Visits: 1.065

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename...





Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: October 20, 2010 | Visits: 2.651

Tag Cloud Explorer Tag Cloud Explorer allows you to do keywords based search on your site published documents. This product installs a tag cloud portlet on your Plone site The portlet allow you to do keywords based search on your site published documents. Multi-keywords search is also possible, by clicking on...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (109): Tag Cloud Explorer Download

Added: March 07, 2010 | Visits: 1.817

Mac-on-Linux Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.. Mac-on-Linux is a Linux/PPC program that virtualises MacOS or MacOSX in Linux.


Platforms: *nix

License: Freeware Download (173): Mac-on-Linux Download

Added: March 15, 2010 | Visits: 905

Tag Guesser Tag Guesser script implements a tag guesser, such as the one found in JuK, for amaroK. Tag Guesser can guess what mp3s tags are based on user supplied formats of the filenames. This script is not needed for amarok >= 1.4 because the feature is now builtin. This is the first release, so please...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Tag Guesser Download

Added: April 07, 2010 | Visits: 2.351

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Added: June 26, 2010 | Visits: 988

tag-not-ed tag-not-ed is a TAGged NOTes EDitor. This is the homepage of tag-not-ed, my favourite program. [You might have read this before somewhere else] Give it a try if you feel like it. It is a system which allows you to create and manage text documents by attaching tags to them. Later, documents...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): tag-not-ed Download

Added: February 07, 2010 | Visits: 1.497

GTK Ogg Vorbis Tag Editor The GTK Ogg Vorbis Tag Editor allows you to edit the tag information in ogg vorbis files. The following basic libraries are necessary for assembly of the program: GTK 1.2.5 or is higher (http://www.gtk.org) Ogg Vorbis the library of the version 1.0beta3 or above (is desirable from CVS)...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (101): GTK Ogg Vorbis Tag Editor Download

Added: October 22, 2010 | Visits: 1.749

Ogg Vorbis Tag Editor for XMMS Ogg Vorbis Tag Editor for XMMS is a plugin for XMMS which allows you to edit the tags in ogg vorbis files. The editor is built into the vorbis plugin for XMMS.. Get GTK Ogg Vorbis TAG Editor at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (117): Ogg Vorbis Tag Editor for XMMS Download

Added: February 04, 2010 | Visits: 857

MP3::Tag::LastResort MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields. SYNOPSIS my $mp3extra = MP3::Tag::LastResort::new_with_parent($filename, $parent); $comment = $mp3inf->comment(); see MP3::Tag MP3::Tag::LastResort is designed to be called from the MP3::Tag module. It...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (95): MP3::Tag::LastResort Download

Added: July 18, 2010 | Visits: 1.012

RFID::ISO15693::Tag RFID::ISO15693::Tag is an ISO15693 RFID Tag. METHODS new Returns a new RFID::ISO15693::Tag object. combine Combine two RFID::ISO15693::Tag object and returns set Set contents of the tag by a hash. get Return contents of the tag as a hash. getref Return contents of the tag as...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (224): RFID::ISO15693::Tag Download

Added: August 08, 2010 | Visits: 1.970

MP3::Tag::ID3v2 MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. SYNOPSIS MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module. use MP3::Tag; $mp3...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (126): MP3::Tag::ID3v2 Download

Added: March 04, 2010 | Visits: 932

MP3::Tag MP3::Tag is a Perl module for reading tags of MP3 audio files. SYNOPSIS use MP3::Tag; $mp3 = MP3::Tag->new($filename); # get some information about the file in the easiest way ($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo(); $comment = $mp3->comment(); #...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): MP3::Tag Download

Added: February 03, 2010 | Visits: 1.008

MP3::Tag::ID3v2-Data MP3::Tag::ID3v2-Data can get_frame() data format and supported frames. SYNOPSIS $mp3 = MP3::Tag->new($filename); $mp3->get_tags(); $id3v2 = $mp3->{ID3v2} if exists $mp3->{id3v2}; ($info, $long) = $id3v2->get_frame($id); # or ($info, $long) = $id3v2->get_frame($id, raw); This document...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (104): MP3::Tag::ID3v2-Data Download

Added: February 04, 2010 | Visits: 862

Template::Plugin::MP3::Tag Template::Plugin::MP3::Tag is a Perl interface to the MP3::Tag Module. SYNOPSIS [% USE tag = MP3("path_to_mp3_file") %] [% tag.title %] [% tag.album %] # perldoc MP3::Tag for more ideas Template::Plugin::MP3::Tag provides a simple wrapper for using MP3::Tag in object oriented mode; see...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Template::Plugin::MP3::Tag Download

Added: July 20, 2010 | Visits: 902

Xephyrus Data Structures Tag Library Xephyrus Data Structures Tag Library provides an easy way to create and manipulate the contents of common Java data-structures such as maps and lists. Whats New in This Release: - The library was polished up. - Several improvements were made and a few bugs were fixed. - This version is...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Xephyrus Data Structures Tag Library Download

Added: November 17, 2010 | Visits: 1.476

Xephyrus File Upload Tag Library Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility. Whats New in This Release: - added keepPath attribute to remotePath tag to indicate whether to keep...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (125): Xephyrus File Upload Tag Library Download

Added: January 25, 2010 | Visits: 1.578

Mac mini 8 icons of the Mac mini in the Tiger's familly colors.


Platforms: Mac

License: Freeware Size: 204 KB Download (246): Mac mini Download

Added: January 25, 2010 | Visits: 1.243

A New Mac Tip Every Day A New Mac Tip Every Day widget gives you the feed from the "A New Mac Tip Every Day" site right in your Dashboard.


Platforms: Mac

License: Freeware Download (114): A New Mac Tip Every Day Download

Released: June 30, 2015  |  Added: August 03, 2015 | Visits: 3.176

WinX DVD Ripper Mac Free WinX DVD Ripper Mac Free helps you rip DVD on Mac OS to MP4, H.264, MPEG, FLV, iTunes and MP3. It's the best free DVD ripping software for Mac OS X Yosemite/Mavericks, etc. How to rip copy protected DVD on Mac? This app lets you rip DVD fast. Step 1. Import DVD Movie from Mac to this free...


Platforms: Mac, Other

License: Freeware Size: 36.29 MB Download (230): WinX DVD Ripper Mac Free Download

< 1 2 3 4 5 >