m3u playlists
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 206
Recursively create M3U playlists 1.1
Recursively create M3U playlists is a service menu which can create a file called playlist.m3u in each directories. more>>
Recursively create M3U playlists is a service menu which can create a file called playlist.m3u in each directories and sub directories.
You can edit recursively_create_M3U_playlist.py to change the name of playlist.m3u
To install, simply put recursively_create_M3U_playlist.py and recursively_create_M3U_playlist.desktop in ~/.kde/share/apps/konqueror/servicemenus
You need the package fapg installed.
Dont hesitate giving feedbacks or improvements.
Enhancements:
NEW FEATURES :
- 001 ==> Ask the name of the m3u playlist file
- 002 ==> Tell when its finished
BUGS FIXES :
- 001 ==> Much faster
<<lessYou can edit recursively_create_M3U_playlist.py to change the name of playlist.m3u
To install, simply put recursively_create_M3U_playlist.py and recursively_create_M3U_playlist.desktop in ~/.kde/share/apps/konqueror/servicemenus
You need the package fapg installed.
Dont hesitate giving feedbacks or improvements.
Enhancements:
NEW FEATURES :
- 001 ==> Ask the name of the m3u playlist file
- 002 ==> Tell when its finished
BUGS FIXES :
- 001 ==> Much faster
Download (0.001MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
960 downloads
playlistfs 0.11
playlistfs is a FUSE filesystem which allows to present a group of play list files (in a directory) as directories to allow easy more>>
playlistfs is a FUSE filesystem which allows to present a group of play list files (in a directory) as directories to allow easy management.
A folder with playlists is presented as /playlists and all the playlists in the original folder are shown as directories.
Installation:
1. Run following commands
./configure
make
mv src/plfs /sbin/mount.plfs
2. Now simply try something like following
mount /myth/music /mnt/plfs
In above example, all music and playlist files are in /myth/music and target mount point is /mnt/plfs. You can change these values to suit your setup.
Enhancements:
- Fixed a small bug. By default it was compiled in debug mode and this started in foreground rather than daemon mode. Fixed now.
<<lessA folder with playlists is presented as /playlists and all the playlists in the original folder are shown as directories.
Installation:
1. Run following commands
./configure
make
mv src/plfs /sbin/mount.plfs
2. Now simply try something like following
mount /myth/music /mnt/plfs
In above example, all music and playlist files are in /myth/music and target mount point is /mnt/plfs. You can change these values to suit your setup.
Enhancements:
- Fixed a small bug. By default it was compiled in debug mode and this started in foreground rather than daemon mode. Fixed now.
Download (0.070MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
798 downloads
Perl Playlist 0.1
Perl Playlist is a command line application to generate m3u files based on your all your MP3s. more>>
Perl Playlist is a command line application to generate m3u files based on your all your MP3s.
Perl Playlist uses MP3::Info to read the MP3 tags.
Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.
<<lessPerl Playlist uses MP3::Info to read the MP3 tags.
Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.
Download (0.10MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1312 downloads
M3U-Playlist Manager 0.0-3
M3U-Playlist Manager is an administration of loose m3u-playlists in tree structure. more>>
M3U-Playlist Manager is an administration of loose m3u-playlists in tree structure. Simple mouse-click to add or remove a song from playlist with currently running Song in the Player.
And other interesting functions. Supporting only XMMS at the moment.
<<lessAnd other interesting functions. Supporting only XMMS at the moment.
Download (0.017MB)
Added: 2006-04-09 License: GPL (GNU General Public License) Price:
1304 downloads
Create PlayList 0.1
Create PlayList is a service menu for KDE which will create a M3U playlist file with .mp3, .ogg, .wav files into the directory. more>>
Create PlayList is a service menu for KDE and has been tested with kde 3.5.4 and 3.5.5.
The service is available over directories. It will create a M3U playlist file with .mp3, .ogg, .wav... files into the directory. Filename can be changed.
To create M3U playlist file the script uses a program called "fapg" (http://royale.zerezo.com/fapg/). Thanks for making our live a little bit easier.
To install:
- Copy "create-m3u-playlist.desktop" to YOURHOME/.kde/share/apps/konqueror/servicemenus/
- Copy "playlister" to any directory included into your $PATH (i.e. /usr/local/bin your may be root to do this) and give it execution permision (i.e. chmod 755 playlister as root)
- Make sure "fapg" is installed in your system.
<<lessThe service is available over directories. It will create a M3U playlist file with .mp3, .ogg, .wav... files into the directory. Filename can be changed.
To create M3U playlist file the script uses a program called "fapg" (http://royale.zerezo.com/fapg/). Thanks for making our live a little bit easier.
To install:
- Copy "create-m3u-playlist.desktop" to YOURHOME/.kde/share/apps/konqueror/servicemenus/
- Copy "playlister" to any directory included into your $PATH (i.e. /usr/local/bin your may be root to do this) and give it execution permision (i.e. chmod 755 playlister as root)
- Make sure "fapg" is installed in your system.
Download (0.002MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1056 downloads
Apache::MP3::Playlist 4.00
Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. more>>
Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists.
SYNOPSIS
# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
PerlSetVar SortField Title
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >
Apache::MP3::Playlist subclasses Apache::MP3::Sorted to allow the user to build playlists across directories. Playlists are stored in cookies and are persistent for the life of the browser. See Apache::MP3 and Apache::MP3::Sorted for details on installing and using.
<<lessSYNOPSIS
# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
PerlSetVar SortField Title
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >
Apache::MP3::Playlist subclasses Apache::MP3::Sorted to allow the user to build playlists across directories. Playlists are stored in cookies and are persistent for the life of the browser. See Apache::MP3 and Apache::MP3::Sorted for details on installing and using.
Download (0.32MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1082 downloads
Autosave Playlist 07-07-14
Autosave Playlist is a simple script written in Bash that automatically saves playlist in the given directory in M3U format. more>>
Autosave Playlist is a simple script written in Bash that automatically saves playlist in the given directory (default /tmp/amarok-user) in M3U format. The script deletes old backups older than a week.
Usage:
Run it and your playlist is automaticaly guarded. When AmaroK crashes you will find your playlist backups in /tmp/amarok-your_login_name.
<<lessUsage:
Run it and your playlist is automaticaly guarded. When AmaroK crashes you will find your playlist backups in /tmp/amarok-your_login_name.
Download (0.007MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
835 downloads
iTunes Playlist Export 1.3.1
iTunes Playlist Export exports .m3u playlists from your iTunes playlists. more>>
iTunes Export provides useful features that are not included in the iTunes application. iTunes Export project is open source and freely available for use.
iTunes Export currently provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices.
iTunes Export provides a simple command line application that can be used to generate playlists, a Graphical UI that provides a wizard interface to exporting playlists, or a DLL that can be used by other developers to add the ability to read iTunes Music Library XML files to other applications.
iTunes Export is written using C# on the .NET runtime. It should work on all versions of Windows that support .NET. The iTunesExport command line application also works on Linux using Mono 0.29 or later.
<<lessiTunes Export currently provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices.
iTunes Export provides a simple command line application that can be used to generate playlists, a Graphical UI that provides a wizard interface to exporting playlists, or a DLL that can be used by other developers to add the ability to read iTunes Music Library XML files to other applications.
iTunes Export is written using C# on the .NET runtime. It should work on all versions of Windows that support .NET. The iTunesExport command line application also works on Linux using Mono 0.29 or later.
Download (MB)
Added: 2007-05-17 License: BSD License Price:
896 downloads
KPlaylistCreator 0.8
KPlaylistCreator is a jukebox for KDE. more>>
KPlaylistCreator is a jukebox for KDE.
Main features:
- Multi playlists edition, KDE "IDEAL" interface
- Scan for mp3 and Ogg Vorbis files, located in various directories
- Creates a unique tree view : Genre / Artist / Album / Song title
- User rates mechanism
- User playlists manager
- Wizzard playlist creator
- Edit tags for both mp3 (ID3 V2) and ogg vorbis files
- Check directories for new and missing files automatically
- Send playlists to a directory, to XMMS or to K3B (cd burner )
- Built in player
- Displays and set the album art of mp3 files
- Create playlists from a virtual library
- Popup windows to indicate a new played song to the user
Enhancements:
- The library TagLib is needed to compile the KPlaylistCreator source archive.
<<lessMain features:
- Multi playlists edition, KDE "IDEAL" interface
- Scan for mp3 and Ogg Vorbis files, located in various directories
- Creates a unique tree view : Genre / Artist / Album / Song title
- User rates mechanism
- User playlists manager
- Wizzard playlist creator
- Edit tags for both mp3 (ID3 V2) and ogg vorbis files
- Check directories for new and missing files automatically
- Send playlists to a directory, to XMMS or to K3B (cd burner )
- Built in player
- Displays and set the album art of mp3 files
- Create playlists from a virtual library
- Popup windows to indicate a new played song to the user
Enhancements:
- The library TagLib is needed to compile the KPlaylistCreator source archive.
Download (0.92MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1527 downloads
Playlist-repair 0.0-2
Playlist-repair scans music-playlists (M3U and PLS) for dead-links (moved or renamed files) and double entries. more>>
Playlist-repair scans music-playlists (PLS and M3U) for dead-links (moved or renamed files) and double entries.
The search-enginge finds moved and similar named files and replaces the wrong entrys in the playlist.
Enhancements:
- Missing: ID3Tag support
<<lessThe search-enginge finds moved and similar named files and replaces the wrong entrys in the playlist.
Enhancements:
- Missing: ID3Tag support
Download (0.032MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1319 downloads
Load .pls playlists in MPD 0.2
Load .pls playlists in MPD is a service menu for KDE that can load one or several .pls files (playlists) into current MPDs pl more>>
Load .pls playlists in MPD is a service menu for KDE that can load one or several ".pls" files (playlists) into current MPDs playlist.
If your version of MPD supports it, this works for playlists containing URLs as well, such as the ones that can be found on Shoutcast.
The program "mpc" is required for this to work.
The file is to be put in ~/.kde/share/apps/konqueror/servicemenus/.
Enhancements:
- Can now load several playlists at a time
- Added 2 actions: play now, play after current song
- Now the actions are in their own submenu
<<lessIf your version of MPD supports it, this works for playlists containing URLs as well, such as the ones that can be found on Shoutcast.
The program "mpc" is required for this to work.
The file is to be put in ~/.kde/share/apps/konqueror/servicemenus/.
Enhancements:
- Can now load several playlists at a time
- Added 2 actions: play now, play after current song
- Now the actions are in their own submenu
Download (MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
895 downloads
Fast Audio Playlist Generator 0.31
FAPG is a tool to generate list of audio files (WAV, MP3, Ogg, etc.) in various formats (M3U, PLS, HTML, etc). more>>
FAPG is a tool to generate list of audio files (WAV, MP3, Ogg, etc.) in various formats (M3U, PLS, HTML, etc). It is very useful for quickly creating a playlist of a large number of audio files.
It is coded in C to be as fast as possible, and does not use any specific audio library (like ID3Lib).
This allow you to deploy it faster and easier, and to have better performances since the less informations are loaded.
In the other hand, this tool is not (yet) compatible with all the known formats.
Here are some examples for usage :
Generate a PLS playlist for an album :
fapg --format=pls --output=~/path/to/album/list.pls ~/path/to/album
You have a file server using Samba which shares a large amount of audio files for Windows powered computers using Winamp.
The directory on the server containing the files is "/samba/mp3" and is visible on the Windows network as "serveurmp3" :
fapg --backslash --output=/samba/mp3/list.m3u --prefix=servermp3 --recursive --windows /samba/mp3
An HTML playlist for an album :
fapg --output=fapg.html ~/path/to/album
Here is the result : fapg.html
<<lessIt is coded in C to be as fast as possible, and does not use any specific audio library (like ID3Lib).
This allow you to deploy it faster and easier, and to have better performances since the less informations are loaded.
In the other hand, this tool is not (yet) compatible with all the known formats.
Here are some examples for usage :
Generate a PLS playlist for an album :
fapg --format=pls --output=~/path/to/album/list.pls ~/path/to/album
You have a file server using Samba which shares a large amount of audio files for Windows powered computers using Winamp.
The directory on the server containing the files is "/samba/mp3" and is visible on the Windows network as "serveurmp3" :
fapg --backslash --output=/samba/mp3/list.m3u --prefix=servermp3 --recursive --windows /samba/mp3
An HTML playlist for an album :
fapg --output=fapg.html ~/path/to/album
Here is the result : fapg.html
Download (0.013MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
Playlist Warlock 0.2 Beta
Playlist Warlock is a text-based frontend for mpg123 written in Perl. more>>
Playlist Warlock is a text-based frontend for mpg123 written in Perl. It is intended to provide users with the playlist browsing and song selection of a GUI MP3 player from any terminal.
It provides a combination of Winamp/XMMS, vi/less, and Unix prompt-style commands for creating, editing, sorting, and navigating MP3 playlists. Using mpg123 as a backend, PLWarlock allows the user to easily browse playlists and play MP3s.
Playlist Warlock supports contiguous and random play, simple jump-to-song syntax, sorting by filename/path+filename, and all the other commands youve come to expect from a good MP3 player.
<<lessIt provides a combination of Winamp/XMMS, vi/less, and Unix prompt-style commands for creating, editing, sorting, and navigating MP3 playlists. Using mpg123 as a backend, PLWarlock allows the user to easily browse playlists and play MP3s.
Playlist Warlock supports contiguous and random play, simple jump-to-song syntax, sorting by filename/path+filename, and all the other commands youve come to expect from a good MP3 player.
Download (0.014MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1262 downloads
extm3u.pl 0.1
extm3u.pl generates an extended .m3u playlist from a given directory. more>>
extm3u.pl generates an extended .m3u playlist from a given directory. The generated playlist can be used with XMMS, Winamp, and other MPEG layer 3 players. The playlist is printed to stdout. Extended .m3u files contain additional information, such as the length of the song and data from the ID3 tag. This script requires the MP3::Info Perl-module.
For the curious the process will looks like this:
EXTINF:187,Bob Marley & The Wailers - Keep On Moving
./Bob_Marley_and_The_Wailers/Trilogy_CD3/Keep_On_Moving.mp3
The first number is the length of the song in seconds, then comes the artistname and songname from the ID3-tag
Enhancements:
- Added OGG Vorbis Support (thanks to David Klotz)
<<lessFor the curious the process will looks like this:
EXTINF:187,Bob Marley & The Wailers - Keep On Moving
./Bob_Marley_and_The_Wailers/Trilogy_CD3/Keep_On_Moving.mp3
The first number is the length of the song in seconds, then comes the artistname and songname from the ID3-tag
Enhancements:
- Added OGG Vorbis Support (thanks to David Klotz)
Download (0.008MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1194 downloads
FlexPlaylist for Noatun 0.4.9
FlexPlaylist is an attempt to create a playlist for Noatun. more>>
FlexPlaylist project can create a playlist for Noatun that suits users used to WinAmp XMMS style playlists.
Many people just dont use Noatun because they dont like the playlists and thus I decided to make my own one.
Main features:
- Choose own Font and Size instead of KDE-defaults
- Optionally can hide menubar, list-header, statusbar and toolbar to save space
- Show icon in first column
- Context-sensitive menu (also known as rightclick popupmenu) for common actions
- Use extended m3u playlistformat as native format instead of slower xml (itll still be able to load xml-playlists)
- Configurable keyboard-shortcuts for most actions
- Use alternating colors in listview (as seen in kmail and other kde-applications)
- Statusbar showing playtime of currently played title, overall playlist time and no. of playlist items
- Optional show some play controls in the statusbar
- Dockmode, user chooses the window to dock to
- "Jump to" dialog that lets you easily find files in huge playlists
- Autoresize columns, time takes as much space as needed, title column takes the rest
- Ignores files that cant be played by Noatun when trying to add them to the list
Enhancements:
- This release uses a more natural order when adding folders recursively (it dives into sub-folders before adding files from the current folder).
- The GUI uses standard icons for player controls in the status bar, and draws player controls in the status bar using drawing functions provided by the current KDE/Qt style.
- There are also some minor packaging changes (header checks and Debian packaging support).
<<lessMany people just dont use Noatun because they dont like the playlists and thus I decided to make my own one.
Main features:
- Choose own Font and Size instead of KDE-defaults
- Optionally can hide menubar, list-header, statusbar and toolbar to save space
- Show icon in first column
- Context-sensitive menu (also known as rightclick popupmenu) for common actions
- Use extended m3u playlistformat as native format instead of slower xml (itll still be able to load xml-playlists)
- Configurable keyboard-shortcuts for most actions
- Use alternating colors in listview (as seen in kmail and other kde-applications)
- Statusbar showing playtime of currently played title, overall playlist time and no. of playlist items
- Optional show some play controls in the statusbar
- Dockmode, user chooses the window to dock to
- "Jump to" dialog that lets you easily find files in huge playlists
- Autoresize columns, time takes as much space as needed, title column takes the rest
- Ignores files that cant be played by Noatun when trying to add them to the list
Enhancements:
- This release uses a more natural order when adding folders recursively (it dives into sub-folders before adding files from the current folder).
- The GUI uses standard icons for player controls in the status bar, and draws player controls in the status bar using drawing functions provided by the current KDE/Qt style.
- There are also some minor packaging changes (header checks and Debian packaging support).
Download (0.40MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 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 m3u playlists 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