-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
69 lines (52 loc) · 2.26 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
------------------------------------------------------------------------------------------------------------------------
Music Bot
Plays YouTube linked videos in discord voice channel
Rewritten with Cogs!
------------------------------------------------------------------------------------------------------------------------
REQUIREMENTS
- FFMpeg
- cookies.txt with YouTube.com cookies in Netscape HTTP format
------------------------------------------------------------------------------------------------------------------------
FEATURES
- Stream YouTube videos from a given link.
- Display title of video with "Now Playing".
- Queue songs in order they are posted.
- Skip songs in queue.
- Display Queue.
- Clear Queue.
- Search YouTube for a song.
- Play YouTube Playlists.
- Server independent, changeable prefixes.
- Server independent song queues.
- Embed messages for "Now Playing", "Added to Queue", and displaying the Queue.
- Pause/Resume.
- Invite command.
- Custom help command.
- Auto disconnect/Disconnect time-out.
- Spotify, Soundcloud support
NOTE: Songs added from an external playlist do not have links until background queue update runs.
- Search for top 5 results on YT.
- Shuffle queue.
- Multi-skip.
- Remove specific song in queue.
- Loop.
- Lyrics finder
- Message purge
- Easter egg
------------------------------------------------------------------------------------------------------------------------
KNOWN ISSUES
- Connection loss attempts to restart extensions that are already loaded (console clutter, no effect on functionality)
------------------------------------------------------------------------------------------------------------------------
TO-DO LIST
(Not ordered by priority)
- Refactor bot for readability and efficiency.
- Add support for slash commands.
- Apple Music support. (web scraper? may not be possible without api access)
------------------------------------------------------------------------------------------------------------------------
FRAMEWORKS/LIBRARIES
- nextcord
- yt-dlp (formerly youtube_dl)
- spotipy
- soundcloud-lib
- youtube-search-python
- lyricsgenius