Warning: session_start(): open(/tmp/sess_lkm5nalgmduapihuinbll6s807, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
synctags openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) . 

synctags

   1.0.2  

Amarok Script

Score 81%
synctags
zoom


Link:  http://
Downloads:  2793
Submitted:  Dec 4 2006
Updated:  Feb 20 2007

Description:

This Amarok-script fetches GlobalTags from last.fm on trackchange or for the selected songs in the playlist. The Tags are added as labels to the amarok-database.
Band name and track name as tags are now filtered out.

Additional Features:
*ban tags with a blacklist
*configure maximum number tags to fetch for a track
*configure minimum score each tag must have
*enable/disable automatic fetching of tags upon trackchange

Default for tagcount is 5, for the blacklist it is "live" and "seen live", for min-score 35 and automatic-fetching on trackchange is disabled.

If you have files with with two paths to them in your collection, the script will fail.


If the script does not work:
* Do a full rescan of your collection
* Try with a clean database
* Mail me :)

Deps:
*ruby
*internet connection
*Amarok with label support >=1.4.5 or SVN-rev>=611097
*kdialog




Changelog:

1.0.2:
* Replace substr with substring for mysql

1.0.1:
* now really fix the bug if deviceid=-1 (thanks to theta7)
* nil and "" are not the same

0.9.9:
* fix bug if dynamic collection isn't enabled (hopefully)
* Added configure-option for min-score

0.9.7:
* Added a output-function, code is now little shorter
* Better filtering

0.9.5:
* Work with Proxies
* Now determine engine over dcop
* Use chomp instead of manual cutting
* Added configure option to disable automatic fetching on tackchange

0.9.0:
* Fixed a bug with postgresql, now treat postgresql as sqlite
* Added a little configure dialog for tagcount and blacklist
* Added a blacklist

0.8.5:
* Catch a error from last.fm that occurs sometimes
* Filter out band and track name
* Fetch the #{tagcount} best tags instead of tags with a weight >#{tagcount}

0.8.0:
* Now use a dcop-call to determine the proxy
* Check also for tags on trackchange

0.7.4:
* Assume sqlite if no backend gets detected

0.7.3:
* Urls with a ' in didn't work, perhaps some escaping is needed again for other special chars?

0.7.2:
* worked around "/" as mountpoint

0.7.1:
* path to config-file was hardcoded, forgot to change that

0.7.0:
* Checks now if mysql/postgresql or sqlite is used
* Identification is now done by uid

0.6.5:
* Add fetch-limit
* Fix crash when no title or artist is set.

0.6.0:
* Add tags over the dcop-call of Amarok.

0.5.0:
* Create context-menu, now it's a real amarokscript

0.2.0:
* Initial release




LicenseGPL
Send to a friend
Subscribe
Other  Content  from hurra
Report inappropriate content



goto page: prev   1  2  3  4 

-

 empty labels, etc.

 
 by HessiJames on: Apr 8 2007
 
Score 50%

hi,

i love this script, but there are two things that annoy me.
first it sometimes adds empty labels (""). it's very hard to remove them again. could you please make a check for these empty labels before adding them?
the second thing is, that sometimes wrong tags are added to a track. if i remove them, they are readded when listening to the track again. so would it be possible to check, weather the track has already tags or maybe even better make a list of files that have been tagged by synctag and check every file against this list before adding labels (except the user called synctag via the context menu).


Reply to this

-

 Re: empty labels, etc.

 
 by HessiJames on: Apr 20 2007
 
Score 50%

so here is a dirty hack for the wrong label problem:

http://kaligames.de/temp/synctags.filelist.txt


Reply to this

-

 importing tags

 
 by diovani on: Jan 18 2008
 
Score 50%

when geting the tabs for a huge playlist (like if we want to update the tags of the entire collection) the script import just tags from some musics (20 or 30 first musics), and not to all of then.


Reply to this

-

 Re: importing tags

 
 by hurra on: Mar 22 2008
 
Score 50%

Yes, there is a limit. We don't want to overload their servers.


Reply to this

-

 Re: Re: importing ta

 
 by diovani on: Mar 22 2008
 
Score 50%

ok, i agree


Reply to this

-

 Cyrillic letters

 
 by per on: May 3 2008
 
Score 50%

I have som songs with title and artist in Cyrillic letters. E.g. ДДТ - Родина. According to http://www.lastfm.se/music/ДДТ/_/Родина this song has the following tags (sans quotes): "flute", "hell yeah", "philosophical", "piano", "rock", "russian", "russian rock" and "singalong", but synctags gives the song these tags (again sans quotes): "jrock", "J-rock", "japanese", "nothing", "News", "Shogo Hamada", "Arashi" and "Piknik". I'm using synctags version 1.0.2.


Reply to this

-

 usertags

 
 by defaultxr on: May 4 2008
 
Score 50%

Would it be possible to add in an option to only use the last.fm tags from the profile of the user? i.e., if I have my last.fm username in Amarok set to defaultxr and this option enabled, the script would only load the tags that defaultxr used on the track and not global tags.

I'd also like to see the possibility previously suggested to update last.fm's tag database when we remove or add a label in Amarok. But that's not as important as my first wish.

I like this script so far otherwise; it is a great idea, and thank you for writing it :) I would add these functions myself, but I don't know Ruby. :(


Reply to this

-
.

 Amarok 2.x and Synctags

 
 by Morgenstern on: May 26 2010
 
Score 50%

Is it possible to make this script working on amarok 2.x?

I love this script, but i can't make it working on new great amarok...


Reply to this

goto page: prev   1  2  3  4 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team