Commit Graph

225 Commits

Author SHA1 Message Date
cloudwithax 3714656f0e add version comparison 2023-02-05 23:16:48 -05:00
cloudwithax 85da3602a6 Merge branch 'main' into v2 2023-02-05 23:02:05 -05:00
cloudwithax 15d0f316a1 cleam up code 2023-02-05 22:56:58 -05:00
cloudwithax 14c82c1b56 wrap up apple music, v2 is done 2023-02-05 22:51:56 -05:00
cloudwithax c1a9d7603f manually sync out of date changes into v2 2023-02-05 13:27:43 -05:00
cloudwithax d08f07ffdc get objects in place for apple music client 2023-02-05 13:08:49 -05:00
cloudwithax 809bb4aa3f get basic code for the apple music client in place and working 2023-02-03 19:22:49 -05:00
cloudwithax 25c6d399e8 fix some issues + add auth to send() 2023-02-01 23:00:55 -05:00
cloudwithax 73dbc35401 correct get url 2023-02-01 22:13:44 -05:00
cloudwithax 0089caea09 whoopsie forgot to make that a rest uri 2023-02-01 22:12:21 -05:00
cloudwithax fc2b12af4e finally done translating all methods over to REST 2023-02-01 22:06:54 -05:00
cloudwithax 6b513d1e67 getting ready for pomice v2 2023-01-24 13:58:51 -05:00
cloudwithax ad91a8e2ae add spotify recommendations 2022-12-27 22:23:38 -05:00
cloudwithax 0d00fe9f36 whoops had that in the wrong place 2022-12-11 21:26:35 -05:00
cloudwithax 507a4b246b remove debug print 2022-12-11 21:22:55 -05:00
cloudwithax b42b360cfe forgot i actually had to set the timestamp variable lol 2022-12-11 21:22:31 -05:00
cloudwithax 0152b4eca0 make queue.get() not explictly return anything 2022-12-11 21:14:39 -05:00
cloudwithax 23fd49be1a add playlist video correction and timestamp retrivial for qualifying videos 2022-12-11 21:06:33 -05:00
cloudwithax 9fde02c2e0 update advanced.py cog 2022-11-19 14:28:15 -05:00
cloudwithax 70815d45ff revert version number for next release 2022-11-19 12:12:39 -05:00
cloudwithax 5bd523c0f8 change version number for hotfix 2022-11-19 12:02:27 -05:00
cloudwithax ec2f2d734f make queue.remove take Track instead of int 2022-11-13 22:01:15 -05:00
cloudwithax 8dfdf9f200 fixing local git 2022-11-13 21:49:14 -05:00
cloudwithax e897a59559 Revert "Add Filters.has_global"
This reverts commit 0e9399af3f.
2022-11-13 21:42:41 -05:00
cloudwithax cab2f2d3a1 remove debug print 2022-10-25 21:33:01 -04:00
cloudwithax c50930bc11 whoops forgot if statement 2022-10-25 21:21:13 -04:00
cloudwithax b6516f2d09 change where filters are set to preload 2022-10-25 21:20:35 -04:00
cloudwithax 4013bf94f3 change filter check 2022-10-25 21:13:47 -04:00
cloudwithax 0e9399af3f Add Filters.has_global 2022-10-25 21:08:16 -04:00
cloudwithax 0ef5db476b Make global filters take precedence over track filter 2022-10-25 21:00:20 -04:00
cloudwithax 8a9425c662 Removed unused enums/params 2022-10-12 18:13:45 -04:00
cloudwithax e504088da1 add function to clear filters on all tracks 2022-10-12 18:12:10 -04:00
cloudwithax 1e12d79d68 add per-track filter applying 2022-10-10 23:25:53 -04:00
cloudwithax c9bba65f48 fix version number 2022-10-06 19:32:58 -04:00
cloudwithax 3687f9b33a Revert "Remove all Spotify client code in preparation for 1.1.8"
This reverts commit ab708a1cfb.
2022-10-06 19:31:38 -04:00
cloudwithax 827ab0a1ef Revert "remove .original from code"
This reverts commit 216c9d8bf5.
2022-10-06 19:31:15 -04:00
cloudwithax f38671c608 Revert "Revert "refactor setup.py because 'build' wants to be a pissy whinybaby""
This reverts commit 01fb718590.
2022-10-06 19:30:23 -04:00
cloudwithax 01fb718590 Revert "refactor setup.py because 'build' wants to be a pissy whinybaby"
This reverts commit 1f7f85df93.
2022-10-06 19:28:37 -04:00
cloudwithax 186567740b update README 2022-09-09 11:23:15 -04:00
cloudwithax fe1becac62 fix docs 2022-09-09 11:17:26 -04:00
Clxud ba404e2008
Merge pull request #31 from ilkergzlkkr/main
DiscordPyOutdated for v2 below, not above
2022-09-03 20:01:14 -04:00
ilkergzlkkr c58ce76ac8 DiscordPyOutdated for v2 or below, not above 2022-09-04 02:06:11 +03:00
cloudwithax 216c9d8bf5 remove .original from code 2022-09-03 12:27:35 -04:00
cloudwithax ab708a1cfb Remove all Spotify client code in preparation for 1.1.8 2022-09-03 10:36:25 -04:00
cloudwithax 1f7f85df93 refactor setup.py because 'build' wants to be a pissy whinybaby 2022-08-29 20:06:12 -04:00
cloudwithax 0c8485971b edit DiscordPyOutdated exception 2022-08-29 19:59:51 -04:00
cloudwithax cfb4217cc0 edit requirements to include discord.py 2022-08-29 19:58:14 -04:00
Clxud e04aa9ba30
Merge pull request #30 from ilkergzlkkr/main
Never search for spotify track that searched before
2022-08-29 19:37:01 -04:00
cloudwithax fd0a2c5c26 Add queue system and fix a few issues 2022-08-09 20:03:37 -04:00
ilkergzlkkr e0e5d4b776 fix: lavalink track_id parser error 2022-07-28 20:03:35 +03:00