Commit Graph

101 Commits

Author SHA1 Message Date
Joshua Arulsamy
360416bb02 Merge branch 'master' of github.com:jarulsamy/Plex-Bot 2022-08-03 16:45:12 -06:00
Carsten Burgard
ccee843a36 added functionality to inspect current queue and skip multiple tracks at once 2022-08-03 22:40:54 +00:00
Carsten Burgard
90c40fb0d6 rewrote looping 2022-04-15 16:11:44 +02:00
Carsten Burgard
8b90fb8e34 added debug message 2022-04-15 16:06:22 +02:00
Carsten Burgard
60ef54d8e4 python version screwup workaround 2022-04-15 15:53:30 +02:00
Carsten Burgard
280cbaed92 added basic functionality for looping queues 2022-04-15 15:41:50 +02:00
Carsten Burgard
2f17494ebd added documentation 2022-04-15 15:07:17 +02:00
Carsten Burgard
ed9e677108 playlist shuffling implemented 2022-04-15 15:05:37 +02:00
Carsten Burgard
aa51cc4301 bugfix for missing thumbnail 2022-04-15 14:27:45 +02:00
Carsten Burgard
069d88fd1e implemented looping of tracks 2022-04-15 12:43:55 +02:00
Carsten Burgard
15b7e0f50e catching a few exceptions and handling them accordingly 2022-04-15 12:42:49 +02:00
Carsten Burgard
04da5dfd42 added functionality to inspect current queue and skip multiple tracks at once 2022-04-15 11:53:43 +02:00
Joshua Arulsamy
19360e3101
Merge pull request #27 from cburgard/playlist-magic
Added command to show available playlists
2022-02-22 07:30:23 -07:00
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