Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartwork/gen_allmusic
The Allmusic Hotkey Winamp Plugin (a.k.a. gen_allmusic) of 2006
https://github.com/hartwork/gen_allmusic
allmusic cxx gpl win32api winamp winamp-plugins windows
Last synced: 10 days ago
JSON representation
The Allmusic Hotkey Winamp Plugin (a.k.a. gen_allmusic) of 2006
- Host: GitHub
- URL: https://github.com/hartwork/gen_allmusic
- Owner: hartwork
- Created: 2020-09-06T23:16:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T23:19:42.000Z (about 4 years ago)
- Last Synced: 2024-05-19T00:03:19.954Z (6 months ago)
- Topics: allmusic, cxx, gpl, win32api, winamp, winamp-plugins, windows
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gen_allmusic
## About
The *Allmusic Hotkey Winamp Plugin* (a.k.a. **gen_allmusic**) started out in response
to a [plug-in request by users `Veej007` and `Spikeismoo`](http://forums.winamp.com/showthread.php?threadid=156390)
at the official Winamp community forum in 2006.The plugin provides three hotkey actions that can be assigned
by the Global Hotkeys Plugin:- `Allmusic: Browse for Artist`
- `Allmusic: Browse for Album`
- `Allmusic: Browse for Song`Additionally, when a new track begins the Minibrowser will navigate
to the artist's page at Allmusic.## Requirements
- Winamp 5.21
- Winamp Library 2.3 (`gen_ml.dll`)
- Global Hotkeys 1.31 (`gen_hotkeys.dll`)
- Minibrowser support## History
### 1.4 (2006-04-21)
- Fixed: A closed Minibrowser is not opened on track change
### 1.3 (2006-04-20)
- Added: Artist page is auto-loaded on track change
- Fixed: Escaping now uses `|` instead of `+` (thanks to *osmosis*)### 1.1 (2006-04-08)
- Added: Album and song support
- Fixed: Reduced URL escaping (`Jay-Z` should work now.)### 1.0 (2006-04-07)