Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VipSaran/Google-Play-Music-Album-Sorter
Greasemonkey/Tampermonkey user script for adding sorting functionality to Google Play Music
https://github.com/VipSaran/Google-Play-Music-Album-Sorter
Last synced: 15 days ago
JSON representation
Greasemonkey/Tampermonkey user script for adding sorting functionality to Google Play Music
- Host: GitHub
- URL: https://github.com/VipSaran/Google-Play-Music-Album-Sorter
- Owner: VipSaran
- License: mit
- Created: 2014-11-12T16:49:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T20:20:31.000Z (over 5 years ago)
- Last Synced: 2024-08-01T05:22:16.250Z (3 months ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Google-Play-Music-Album-Sorter](#google-play-music-album-sorter)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Limitations](#limitations)
- [To-Do](#to-do)
- [Changelog](#changelog)# Google-Play-Music-Album-Sorter
Greasemonkey/Tampermonkey UserScript for extending Google Play Music with album sorting functionality.
Ascending and descending orders are supported, with last used being remembered.
**Before:**
![ScreenShot](GPM_Albums_default.png?raw=true "Default Albums view")
**After:**
![ScreenShot](GPM_Albums_sorted.png?raw=true "Sorted Albums view")
## Prerequisites
To be able to employ the UserScript, your browser needs to have corresponding extensions installed:
- Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- Firefox: [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)## Installation
Once your browser is equipped with appropriate extension, simply open [this link](https://github.com/VipSaran/Google-Play-Music-Album-Sorter/raw/master/google_play_music_album_sorter.user.js). The extension should recognize the script and offer you to install it.
## Limitations
- works only on standalone "Albums" view
- sorts only by album year## To-Do
- after sorting by year, also sort by name (in same order)
- switch between year and name sorting## Changelog
1.1.2
- fix for parsing non-Albums sections
1.1.1
- adapted to material design GPM
1.0.1
- adapted to content div id change