Commit graph

55 commits

Author SHA1 Message Date
3ea715de39 Some service api fixes 2025-05-20 13:19:56 +01:00
da1905850c
Merge pull request #354 from renatolond/fix_alternative_album_search
Use new way to transform playlist id into album id
2021-06-17 16:52:29 +01:00
01b4393ccf
Merge pull request #352 from renatolond/fix_track_search
Fix track search for ytmusic
2021-06-17 16:50:38 +01:00
59d4a99fb6 RIP GPM 2021-06-17 16:46:57 +01:00
Renato "Lond" Cerqueira
1b58d95551 Use new way to transform playlist id into album id
Following changes in https://github.com/sigma67/ytmusicapi/issues/186
2021-06-08 19:08:58 +02:00
Renato "Lond" Cerqueira
c11c581e1f Fix track search for ytmusic
Track search recently changed (see linked commit), this makes the same
changes here so that the track search works again.

e1af1c2653
2021-06-02 20:31:40 +02:00
Renato "Lond" Cerqueira
216940a2b8 Add extra logic to match albums and tracks to improve match 2021-01-17 16:40:16 +01:00
Renato "Lond" Cerqueira
248e42f841 Fix artist name in track search 2021-01-17 16:22:46 +01:00
Renato "Lond" Cerqueira
dd5e389739 Add check for streamUrl 2021-01-17 12:05:16 +01:00
Renato "Lond" Cerqueira
8dcb1cbecc Add search method and tests (WIP)
Working for most cases, still having troubles with "various artists"
2021-01-17 02:03:23 +01:00
Renato "Lond" Cerqueira
2119ac5c4d Add lookupAlbum to be find albums from URL 2021-01-17 00:29:05 +01:00
Renato "Lond" Cerqueira
6f5f361393 Add ytmusic service, parse track 2021-01-16 23:03:41 +01:00
5ba3016557 Upgrade Node and deps 2020-06-14 22:54:21 +01:00
70bd12a4d6 Use native esm 2020-01-18 10:19:20 +00:00
c4354a6600 Fix tests, upgrade node 2020-01-17 19:25:55 +00:00
254745def5 Update dependencies 2019-06-08 07:25:12 -07:00
2a39b2a8e3 Fix itunes tests 2019-03-11 20:59:04 +00:00
fc33d1ea92 Remove support for Amazon because they are banned me for not making money off this. 2019-03-11 20:13:10 +00:00
c32b756aba Upgrade vulnerable deps 2018-12-06 17:02:10 +00:00
8ea8b4d279 Add more async 2018-04-30 22:20:01 +01:00
7720653aeb Upgrade all the things. 2018-04-28 17:55:02 +01:00
b87476abc9 Update webpack to v3 2018-04-13 01:46:53 +01:00
b0fcf55071 Add initial Amazon Music support 2018-04-08 16:31:46 +01:00
ca1fbf9e66 Fix tests 2017-10-24 19:45:41 +01:00
a6cd5f4266 Migrating to workers, renaming service 2017-10-23 17:58:23 +01:00
6c29d50f1e Fix Google Play Music and Spotify 2017-07-20 17:33:02 +01:00
bf8b6eea52 Improve Groove music matching 2017-05-07 22:47:06 +01:00
147ad4f3d2 Search additional markets for itunes and spotify 2017-05-07 22:16:43 +01:00
00ca82c851 Improve Deezer matching 2017-05-07 20:57:12 +01:00
c5ea8f5b7a Improve spotify matching 2017-05-07 20:36:20 +01:00
d6352b6250 Fix track matching, upgrade GPM heuristics 2017-05-07 19:59:25 +01:00
4bb21f407a Fix Groove music and bump playmusic 2017-05-06 20:30:55 +01:00
7bb0497ff4 Migrate all the things
* Migrates from Mongo to Postgres.
* Migrates from JSPM to Webpack.
* Migrates from React to Vuejs.
* Migrates from Bootstrap to Bulma.

Also:
* Fixes rendering of meta data in the document head tag.
2016-10-23 21:36:23 +01:00
35b23a107b Fix itunes test data 2016-05-23 20:30:41 +01:00
c8cc8ef9a4 David Guetta renamed his dumb album. 2016-01-09 12:27:28 +00:00
64e1fee502 Update service images for retina, remove rdio :( 2016-01-09 12:24:44 +00:00
98576081d4 Fuck off, David Guetta. 2015-11-22 13:02:27 +00:00
03e2666958 Finally finished giant ES6 refactor 2015-08-20 23:25:08 +01:00
c6d48cc424 Looks like David Guetta ain't streaming Listen (Deluxe) no more. 2015-08-20 00:32:28 +01:00
cb711ea510 Update deps, refactor rdio for 3.1 2015-08-20 00:23:42 +01:00
b3abff99ae Switch to Koa, more es6 2015-06-14 18:38:57 +01:00
a74ccfa575 Fix Deezer test with unreliable search results 2015-05-16 22:39:47 +01:00
23e8ee2405 Unvendor playmusic, move to eslint 2015-05-16 22:32:51 +01:00
2e0b6a151e Fix sharing url on first page view 2015-01-25 22:21:45 +00:00
bbcbe8d871 Refactor searching 2015-01-06 12:58:57 +00:00
de31391f90 Add tests for Xbox Music and logo 2014-12-21 01:25:04 +00:00
23896f7ee6 More bluebird, fetch larger artwork 2014-12-13 12:05:47 +00:00
ce3ff0442c Major refactor of service libs, more tests 2014-12-11 19:53:12 +00:00
1b2c568ac6 Add deezer tests 2014-12-04 21:00:34 +00:00
2b65c0632a Use promises, split tests, make music services modular, add deezer. 2014-12-04 19:21:10 +00:00