Main > Free Download Search >

Free settings lyrics software for linux

settings lyrics

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1399
jSettings 0.2

jSettings 0.2


jSettings package is meant to provide a Java library for dealing with program settings. more>>
jSettings package is meant to provide a Java library for dealing with program settings. (I use "settings" as just another synonym for preferences, properties, etc but I chose the word settings because of the already existing Preferences and Properties frameworks in Java). It wants to be a powerful tool for the developers of Java programs that want to manipulate structures of settings.
The code (as well as this page) is at an early development and testing stage. On top of that, I am only doing it as a means to teach myself Java (Im an economist by training and by profession) , so even at later stages you can expect the quality of the code to be quite low.
If you feel like any part of the design, code, Javadoc, examples etc is silly please dont hesitate to let me know about it. Also, I would also be happy to include requested features as long as I can understand the need for them and I also know how to do it. So please write to me if you have anything to say about this project!
Main features:
- Handles INI and FSTAB type of files and settings. There is no XML support yet, but I plan to do it if it seems to be requested.
- INI settings are specified by a setting = value pair.
- FSTAB settings are defined by an array of settings, each in a predefined field. I call them like this because the structure is similar to the fstab file in UNIX environments. Logical structure is quite similar to that of XML files.
- Settings can be logically structured into sections.
- There are two degrees of hierarchy available, called hierarchical and non-hierarchical. For example, in a hierarchical organization, the settings in a file called settings.ini, containing the following lines:
[section1]
setting1=value1
[[section1-2]] //Notice the double brackets
setting1-2=value1-2
would be refered to as
settings:section1:setting1
and
settings:section1:section1-2:setting1-2
In a non-hierarchical structure they would be
settings:section1:setting1
and
settings:section1-2:setting1-2 (section1-2 is not a child of section1 anymore).
- Loads settings from external files, either from individual files in ASCII format or from archives containing several settings files.
- Includes support for default values for settings, both for ini and fstab settings.
- The advantage is that the actual ini and fstab files will only contain the deviations from the defaults.
- Includes support for system-wide and user-specific settings, for multi-user environments.
- A program would first load the defaults, then the system-wide settings and then the user-specific ones. Also when modifying the settings, there is a choice between doing it at user and at system level.
- Support for adding/modifying/deleting settings.
- Default support for validating the settings.
- Each ini-type setting and each fstab-type field have a validation rule in the form of a regular expression. When loading the value for that setting/field, it is being checked against the rule and only accepted if it confirms to the rule. Of course, if the user wants it she can have .* as the rule for each setting.
- Support for flushing the changes made to the settings to the external files.
- Extensive logging/debug messages.
<<less
Download (0.33MB)
Added: 2006-06-16 License: MIT/X Consortium License Price:
1225 downloads
Save Lyric 1.0

Save Lyric 1.0


Save Lyric script request lyric download (from http://lyrc.com.ar) and if succesfull save it into played mp3s directory. more>>
Save Lyric script request lyric download (from http://lyrc.com.ar) and if succesfull save it into played mp3s directory.

<<less
Download (0.002MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1089 downloads
editLyrics 0.2

editLyrics 0.2


editLyrics is an amarok script add, modify and edit lyrics. more>>
editLyrics is an amarok script add, modify and edit lyrics. Just click on a track, and select "edit this lyric!" to get a full power editor!

If lyrics are already cached, you can modify it, or you can just write from zero (well, not exactly from zero, you will find the artist and trackname on the top).

<<less
Download (0.009MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1347 downloads
simplesettings 0.5

simplesettings 0.5


This provides simple settings for initialization for third party apps and libraries in Python. more>>
simplesettings 0.5 is an excellent tool for programmers. It provides simple settings for initialization for third party apps and libraries in Python.
<<less
Added: 2009-07-14 License: The Apache License 2.0 Price: FREE
1 downloads
Jamendo Lyrics 1.0.1

Jamendo Lyrics 1.0.1


Jamendo Lyrics is a lyrics script for Amarok audio player accessing the lyrics database for Jamendo.com music. more>>
Jamendo Lyrics is a lyrics script for Amarok audio player accessing the lyrics database for Jamendo.com music.

<<less
Download (0.008MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
869 downloads
Panzis Lyrics 1.0.3a

Panzis Lyrics 1.0.3a


Panzis Lyrics is a collection of amaroK lyrics plugins. more>>
Panzis Lyrics is a collection of amaroK lyrics plugins.
Panzis Lyrics amaroK-script requires amaroK 1.4 and pyKDE!
Contens:
- Local Lyrics, see also: http://www.kde-apps.org/content/show.php?content=37981
- Lyrix.at
- Leos Lyrics
<<less
Download (0.026MB)
Added: 2006-05-22 License: LGPL (GNU Lesser General Public License) Price:
1255 downloads
SingIt Lyric Displayer 0.1.36

SingIt Lyric Displayer 0.1.36


The SingIt Lyric Displayer is an XMMS plugin which displays formatted lyrics, including id3v2xx lyrics. more>>
The SingIt Lyric Displayer is an XMMS plugin which displays formatted lyrics, including id3v2xx lyrics.
SingIt Lyric Displayer consists of the displayer and an integrated editor which allows one to easily insert time stamps, edit the text, and export & strip HTML.
Enhancements:
- The focus of this release is the revamped query interface (GUI and backend).
- It is finally based on plugins, and this release includes three usable plugins: Lyrc (lyrc.com.ar), Leos Lyrics (www.leoslyrics.com), and Lyrix v2 DB (lyrixdb.org).
- Nothing else of note was done.
<<less
Download (1.3MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1411 downloads
Magic Settings Wizard 0.1

Magic Settings Wizard 0.1


Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings. more>>
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings.
Magic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
<<less
Download (0.015MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1374 downloads
Read Local Lyrics 1.1

Read Local Lyrics 1.1


Read Local Lyrics is a little Python script works as a lyrics plugin. more>>
Read Local Lyrics is a little Python script works as a lyrics plugin.

If to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.

<<less
Download (0.030MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
Amarok letras.mus.br lyrics 0.1b

Amarok letras.mus.br lyrics 0.1b


Amarok letras.mus.br lyrics is an amaroK script to get lyrics from http://letras.mus.br. more>>
Amarok letras.mus.br lyrics is an amaroK script to get lyrics from http://letras.mus.br.

Fixed a small bug that made it skip the first line of the lyrc.

Many thanks to www.letras.mus.br for providing their service.

<<less
Download (0.008MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1246 downloads
Terra Letras (lyrics plugin) 0.7

Terra Letras (lyrics plugin) 0.7


Terra Letras (lyrics plugin) is an amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. more>>
This is my first amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. Its quite simple and can (no doubt) be improved.

Terra Letras (lyrics plugin) also store displayed lyrics in your homedir so that you can sing along even offline.

To stop fetching lyrics only in brazilian portuguese you have to change the default value of the "locale" variable in the very begining of the shell script.

Its not possible to configure it using a GUI, for now.

<<less
Download (0.009MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
951 downloads
Wiki-Lyrics 0.12.2

Wiki-Lyrics 0.12.2


Wiki-Lyrics is a collection of lyrics scripts to interface with various sites. more>>
Wiki-Lyrics is a collection of lyrics scripts to interface with various sites and, optionally, submit content to Lyriki.com or LyricWiki.org (wikis for lyrics). All of these scripts can query the other ones when they cant provide the lyrics for a song.
Supported sites:
- Lyriki (www.lyriki.com)
- LyricWiki (www.lyricwiki.org)
- AZ Lyrics (www.azlyrics.com)
- Jamendo (www.jamendo.com)
- Leos Lyrics (www.leoslyrics.com)
- Lyrc (lyrc.com.ar)
- Not Popular (www.notpopular.com)
- Sing365 (www.sing365.com)
- Terra Letras (letras.terra.com.br)
<<less
Download (0.20MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
814 downloads
gnome-settings-visualeffects 0.4

gnome-settings-visualeffects 0.4


gnome-settings-visualeffects allows the control of the xcompmgr composite manager. more>>
gnome-settings-visualeffects allows the control of the xcompmgr composite manager, it provides the user with control of the shadow radius,opacity,offsets and colour, and the speed of fades and where they are applied.
Main features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
<<less
Download (0.44MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1548 downloads
Lyrics ID3 1.1

Lyrics ID3 1.1


Lyrics ID3 allows to store the lyric of a song directly in the tag. more>>
ID3v2 allows to store the lyric of a song directly in the tag. Lyrics ID3 is a script for amaroK which uses this fact.

If the writing script runs, the lyrics of the actual song are stored automatically in the mp3-tag.

The reading script, is an amaroK lyric script, which reads the mp3-tag on a fetchLyric request.

The download able file contains two scripts:

read_lyric_from_id3: amaroK Lyric Script
reads the USLT frame of the id3v2 header and sends the lyrics to amarok

save_lyric_to_id3:
Stores the lyrics, fetched from amaroK to the USLT frame in the ID3v2 header
The Lyrics are automatically saved on trackChange and Play
With the context menu saveLyrik the Lyrics are stored manually

Warning:
(1) The lyrics are stored in the mp3-File. I can not guaranty that the file is not damaged after the ID3 writing process.
(2) The files are not checked if they are a mp3. So non mp3 files may be damaged after writing.

<<less
Download (0.10MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
878 downloads
Local Lyrics 1.0.2b

Local Lyrics 1.0.2b


Local Lyrics is a python based amaroK-script requires amaroK 1.4! more>>
Local Lyrics is a python based amaroK-script requires amaroK 1.4!

I wrote simple wrappers for dcop-calls (using the shell-tool dcop), kdialog and amaroKs script system while writing this script. Use them if you want (its all LGPL) See the .tar.bz2s contense and: http://twoday.tuwien.ac.at/pub/stories/22759/

This lyrics-plugin simply scans a selected folder for textfiles with lyrics. This might be usefull when you have a lot of lyrics stored on your harddisc, but they are not available on lyrc.com.ar or a simmilar service.

Installation:

Open the lyrics-filesystem-x.x.amarokscript.tar.bz2 with amaroKs script managers script install option.

Usage:

Start the script with amaroKs script manager.
Select the directory in which the lyrics are stored.
The filenames of the lyrics have to be:

"artist - title.txt"
or
"title.txt"

Now amaroK will search this folder for lyrics, when there are none in its database for the current track.

<<less
Download (0.021MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1286 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5