List of netlabels (active and inactive) and their URLs. Based on NetlabelList / Acts of Silence (offline) by David Nemeth (dpnem).
The Acts of Silence-list contains unstructured data, which makes it hard to explore all netlabels that e.g. release Experimental music, or that are based in France. Filtering is not possible.
For this reason I have converted the original Acts of Silence-list to JSON-format, which makes it easy to build upon, filter the results or create data visualisations with.
{
"label_name": "Yarn Audio",
"activity_state": "active",
"countries": [
"Germany"
],
"genres": [
"Bass Music",
"House",
"Techno",
"Experimental",
"Ambient",
"Dark Ambient",
"Juke"
],
"urls": {
"bandcamp": "https://yarnaudio.bandcamp.com/",
"twitter": "https://twitter.com/YarnAudio",
"rss": "http://yarnaudio.com/feed",
"internet_archive": "https://archive.org/details/yarnaudio",
"facebook": "https://www.facebook.com/YarnAudio",
"soundcloud": "https://soundcloud.com/yarn-audio",
"homepage": "http://yarnaudio.com"
}
}
Key: label_name
Type: String
Example: "Yarn Audio"
Key: activity_state
Type: String
Value: Either "active"
or "inactive"
Example: "active"
Key: countries
Type: Array
Example:
"countries": [
"Germany"
],
In contrast to traditional labels, which are mostly based in a single country, many netlabels are based in multiple countries.
Please note: Even if a label is associated only with one country, it must be specified as an Array to be consistent.
Key: description
Type: String
Example: "Monthly upbeat compilations"
Key: genres
Type: Array
Example:
"genres": [
"Ambient",
"Bass Music",
"Experimental"
]
For electronic-subgenres the styles from Discogs are being used – Electronic Styles.
In addition to that the following styles were added:
"8-Bit"
"Lo-Bit"
"Live"
"Warm"
"Melodic"
"Juke"
Don’t enter "Multiple Genres"
or something similar. List the individual genres or leave it empty ("genres": []
).
Key: urls
Type: Object
Example:
"urls": {
"bandcamp": "https://yarnaudio.bandcamp.com/",
"twitter": "https://twitter.com/YarnAudio",
"rss": "http://yarnaudio.com/feed",
"release_rss": "http://example.com/release/feed",
"internet_archive": "https://archive.org/details/yarnaudio",
"facebook": "https://www.facebook.com/YarnAudio",
"soundcloud": "https://soundcloud.com/yarn-audio",
"homepage": "http://yarnaudio.com"
}
homepage
: Main website of the netlabel, for examplehttp://yarnaudio.com
rss
: RSS feed, which people can subscribe to, for example"http://yarnaudio.com/feed"
release_rss
: An RSS feed that only lists netlabel releases"http://example.com/release/feed"
bandcamp
: Bandcamp profile, for example"https://yarnaudio.bandcamp.com/"
soundcloud
: Soundcloud profile, for example"https://soundcloud.com/yarn-audio"
free_music_archive
: Free Music Archive profile, for example"https://soundcloud.com/yarn-audio"
sonicsquirrel
: Sonicsquirrel profile, for example"http://sonicsquirrel.net/detail/label/Yarn_Audio/"
facebook
: Facebook profile, for example"https://www.facebook.com/YarnAudio"
twitter
– Twitter profile, for example"https://twitter.com/YarnAudio"
netlabel_archive
- netlabelarchive.org archive page, for examplehttps://netlabelarchive.org/netlabels/ansiform/
internet_archive
– archive.org profile, for examplehttps://archive.org/details/yarnaudio
instagram
- Instagram profile, for example"https://instagram.com/blocsonic"
Contributions are very welcome!
Before adding a new netlabel please perform a search first to make sure it is not already in the list.
- Open the netlabel list: netlabels.json
- Click on the pen icon in the top right ("Edit this file")
- Add / edit / delete stuff
- To make sure your edits did not introduce any JSON syntax errors, copy and paste the complete file-contents into JSONLint. It will check if the file-format is still intact. When everything is okay it should report
Valid JSON
. - Click the "Commit changes" button below and send a pull request
The following list contains other netlabel-related websites which could be used to extend the list.
- Get infos in JSON-format about a specific release, for example archive.org/metadata/yarn014 returns the information for a release with the identifier
yarn014
- Netlabel-Overview: archive.org/details/netlabels?and[]=mediatype%3A%22collection%22
- Archive.org also offers something like an API, which can be accessed here: archive.org/advancedsearch.php#raw
- No public API
- Public API available: freemusicarchive.org/api
- Netlabel List: clongclongmoo.org/labels
CC-BY-NC-SA 4.0, by Tim Pulver, based on NetlabelList / Acts of Silence (offline) by David Nemeth (dpnem)