Commit Graph

88 Commits

Author SHA1 Message Date
Carsten Burgard
52099fa794 added option to show available playlists 2022-02-13 13:12:35 +01:00
Carsten Burgard
139ce07d24 fix bug related to empty playlists 2022-02-13 13:10:59 +01:00
Carsten Burgard
5f9c83b75e added documentation for missing option 2022-02-13 13:03:07 +01:00
Carsten Burgard
f8e5af87b6 allow executing outside of docker env by checking if user is root user for config path 2022-02-13 12:04:34 +01:00
Carsten Burgard
a45ccb657e make dependency on lyricsgenius optional by moving import 2022-02-13 12:02:49 +01:00
Carsten Burgard
bcbce98d91 allow lyrics section in yml file to be missing 2022-02-13 12:02:15 +01:00
Joshua Arulsamy
6521e7e26c
Merge pull request #25 from Raventhicc/patch-1
Added Lyrics in docker-compose.yml and slightly changed instructions
2021-11-28 14:54:32 -07:00
Raventric
add1a1af0d
Added Lyrics in docker-compose.yml and slightly changed instructions
This was just done to make it easier for people to understand since some people stumbled on this part.
2021-11-28 20:59:45 +05:30
Joshua Arulsamy
8f05f5e27f
Merge pull request #19 from profesaurus/feature_playlists
Feature playlists
2021-05-30 01:33:09 -06:00
profesaurus
eeb430c016 Fixed even more Codacy Static Code Analysis issues. 2021-05-27 15:39:50 -07:00
profesaurus
1ffa5a7229 Attempt to fix additional Codacy Static Code Analysis issues. 2021-05-27 15:35:34 -07:00
profesaurus
f4cd675502 Attempting to fix the Codacy Static Code Analysis issues. 2021-05-27 14:33:24 -07:00
profesaurus
921dfc02b8 Updated README.md to include the playlist command. Added the playlist command to bot.py comments. 2021-05-27 08:11:02 -07:00
profesaurus
9fb091e9e1 Added the ability to play a playlist with a new "playlist" command.
Ex. ?playlist MyPlaylistName
2021-05-26 09:28:57 -07:00
Joshua Arulsamy
efdd604d65
Merge pull request #14 from jarulsamy/hotfix
Hotfix
2020-09-23 22:46:04 -06:00
Joshua Arulsamy
7d6060ed15 🔖 Bump version 2020-09-23 22:40:20 -06:00
Joshua Arulsamy
d6f5174d20 🐛 Bump discord version
Remedies a seemingly random socketio error:

```
    future: <Task finished coro=<VoiceClient._create_socket() done, defined at /usr/local/lib/python3.7/site-packages/discord/voice_client.py:172>
    exception=gaierror(-2, 'Name or service not known')>

    Traceback (most recent call last):
    File "/usr/local/lib/python3.7/site-packages/discord/voice_client.py", line 191, in _create_socket
    self.endpoint_ip = socket.gethostbyname(self.endpoint) socket.gaierror: [Errno -2] Name or service not known
```
2020-09-23 22:36:47 -06:00
Joshua Arulsamy
151f650bb2
Merge pull request #13 from jarulsamy/dev
v1.0.2
2020-09-06 15:39:10 -06:00
Joshua Arulsamy
5eceab7a22 📝 Add lyrics updates 2020-09-06 15:33:25 -06:00
Joshua Arulsamy
545654f9a7 Add lyrics command
Optionally grab lyrics of a song using the
lyrics command. Required LyricsGenius API token.
2020-09-06 15:32:40 -06:00
Joshua Arulsamy
57490cdf17
Merge pull request #12 from jarulsamy/dev
v1.0.1
2020-08-29 20:09:14 -06:00
Joshua Arulsamy
a6be6eac37 Merge branch 'master' into dev 2020-08-29 20:08:38 -06:00
Joshua Arulsamy
5ba7d751d0 👥 Add label of maintainer 2020-08-14 20:57:03 -06:00
Joshua Arulsamy
d0b6c25359 Pinned dependencies 2020-08-13 03:21:00 -06:00
Joshua Arulsamy
db188d968b 🎨 Static methods 2020-08-13 03:20:41 -06:00
Joshua Arulsamy
b05dd0598b
Merge pull request #11 from jarulsamy/dev
v1.0.1
2020-08-13 02:53:46 -06:00
Joshua Arulsamy
fc4682c210 🔖 Bump version 2020-08-13 02:52:48 -06:00
Joshua Arulsamy
228c2b480b Add custom help command 2020-08-13 02:52:22 -06:00
Joshua Arulsamy
08a235d55e 📝 Add docstrings 2020-08-13 02:52:11 -06:00
Joshua Arulsamy
880c4d50f1 📝 Update help 2020-08-13 02:51:34 -06:00
Joshua Arulsamy
f12701f4c5 🐛 Fix auto restart on dev env 2020-08-13 02:47:54 -06:00
Joshua Arulsamy
f95d5c1fd2 Add album playback features
Queue a whole album with one single command.
2020-08-13 02:27:46 -06:00
Joshua Arulsamy
56fd4aa5ab Makefile for dev and prod envs 2020-08-13 01:58:31 -06:00
Joshua Arulsamy
5f90b17b0e Switch to PlexAPI for search 2020-08-13 01:58:12 -06:00
Joshua Arulsamy
cf2bc24f8a 🐛 Fix always skip push 2020-08-10 03:03:54 -06:00
Joshua Arulsamy
1839cc5d03
Merge pull request #10 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2020-08-10 02:42:52 -06:00
The Codacy Badger
e6c4b84538 Add Codacy badge 2020-08-10 08:42:13 +00:00
Joshua Arulsamy
c1cba637b8
Merge pull request #9 from jarulsamy/dev
v1.0.0
2020-08-10 02:37:42 -06:00
Joshua Arulsamy
7f49c4d958 🔖 Tag release 2020-08-10 02:33:15 -06:00
Joshua Arulsamy
ed1a64cb52 🎨 Fix style of docstrings 2020-08-10 02:26:38 -06:00
Joshua Arulsamy
7471da85f7 Seperate field for pushing package 2020-08-10 02:25:48 -06:00
Joshua Arulsamy
4633247004 🐛 Cleaner builds, allow some compilation 2020-08-10 02:25:33 -06:00
Joshua Arulsamy
98a36c6cbc 🐛 Update to support shell scripts for deploy 2020-08-10 02:18:06 -06:00
Joshua Arulsamy
b7ab589f6e 🎨 Switch to shell scripts for deployment 2020-08-10 02:16:11 -06:00
Joshua Arulsamy
4aadd886d5 📝 Format fixes 2020-08-09 20:12:31 -06:00
Joshua Arulsamy
3e90c9e9ef
Merge pull request #8 from jarulsamy/dev
Docs Overhaul
2020-08-09 15:26:54 -06:00
Joshua Arulsamy
33bbf21bab Merge branch 'master' into dev 2020-08-09 15:26:01 -06:00
Joshua Arulsamy
253f2a9a82 🚀 Use docker pull instead of building repo 2020-08-09 15:24:50 -06:00
Joshua Arulsamy
af91883635 📝 Overhaul docs
Add better detail of bot creation

Add badges

Add sample docker-compose.yml
2020-08-09 15:24:15 -06:00
Joshua Arulsamy
cfd89ea6e8
Merge pull request #7 from jarulsamy/dev
v0.0.6
2020-08-09 14:48:58 -06:00