
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
An Amarok script for launching an external browser. URL's can be defined with placeholders that are replaced with the selected track's data tags. The examples included by default allow searching for the artist's website, reviews, MySpace profile, YouTube videos for the song, guitar tabs, and concert listings.
12 years ago
1.3.0
- Uses browser set in Amarok's preferences.
- Configuration file opens in the default KDE text editor if none set by user.
- Simpler config file.
1.2.1
- Minor bugfix.
1.2
- It now works on the selected track rather than the playing track. No need to be playing anything to use it.
- The "configure" button opens the configuration file.
- More meaningful error messages.
- Removed the "|" char from default URLs. It was causing problems when opening firefox.
1.1
- removed url encoding of whole query string
- changed default browser from 'mozilla-firefox' to 'firefox'
- added myspace to defaults
- code cleanup
1.0
- initial release
12 years ago
1.3.0
- Uses browser set in Amarok's preferences.
- Configuration file opens in the default KDE text editor if none set by user.
- Simpler config file.
1.2.1
- Minor bugfix.
1.2
- It now works on the selected track rather than the playing track. No need to be playing anything to use it.
- The "configure" button opens the configuration file.
- More meaningful error messages.
- Removed the "|" char from default URLs. It was causing problems when opening firefox.
1.1
- removed url encoding of whole query string
- changed default browser from 'mozilla-firefox' to 'firefox'
- added myspace to defaults
- code cleanup
1.0
- initial release
abo
12 years ago
Report
dfarran
12 years ago
...Did you actually bother looking at the name of this website??
Report
DoM
12 years ago
Report
dfarran
12 years ago
There is a 'text_editor' option in the configuration file (~/.kde/share/apps/amarok/scripts-data/weblaunchrc). It's empty by default but you can use it to open the file in whatever editor you prefer. Let me know if you have any problems. Thanks.
Report
abo
12 years ago
Report
saerguio
13 years ago
By the way, i've found a silly problem and how to solve it.
I was trying to launch new searches on my http://mldonkey.sourceforge.net server but the auth pair "user:pass" is needed.
When i launch this query the hostname becomes "user%3Apass".
I've commented the 67th line in weblaunch.py and now is working.
Probably i'm wrong but i think urllib.quote statement can be removed, Isn't?
Report
dfarran
13 years ago
Report
google01103
13 years ago
Suggestion add defaults allmusicguide artist/album/song and google
Report
google01103
13 years ago
Report
google01103
13 years ago
thanks,
Report
ljubomir
13 years ago
Report