You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
A music player that has a UI based on the UI of the Super Smash Bros. Ultimate music interface.
3
3
4
4
# notice
5
+
This issue is fixed as of v0.4.1
5
6
v0.3.8 added a caching feature to the song list for albums, so opening the page for an album will be faster. This may cause issues if you move folders around or add/remove tracks from a folder/album in explorer. If you have any problems, open the folder, and delete the .ssbu-music file, which should clear the cache of the song list. The next time you open that album, the song list will be re-created, which may take a second, depending on how many songs are in that album.
6
7
7
8
# Known Issues
8
-
v0.3.8
9
-
- Caching (see above)
9
+
Last updated for: v0.4.1
10
10
- Song list is not sorted by track number (its sorted by whatever order it reads files in)
11
11
12
12
# Current Features
13
13
- Partial Twitch integration
14
14
- Currently can say in chat what you are currently listening to when a user does !song
15
+
- Can announce when a new song plays automatically
15
16
- See planned features for more
16
17
- Can shuffle music from your default music directory (on windows C:/Users/\<user\>/Music)
17
18
- Automatically sorts them into albums from which they are from, as well as an album that shows songs that are not in albums and an album that lists all songs
@@ -33,24 +34,24 @@ Checked off boxes are currntly being worked on
33
34
-[ ] Playlist support
34
35
- [] Will be able to play a playlist
35
36
-[ ] Play songs from YouTube
36
-
-[] Custom Playlists
37
+
-[X] Custom Playlists
37
38
-[ ] Includes both local music files and youtube videos in the same playlist
38
39
- [] Automatically skip youtube videos when you dont have internet
39
40
- [] Option to only play local files or only youtube videos when online
40
41
-[ ] Music Settings per song
41
42
-[ ] Volume
42
43
-[ ] Normalization
43
44
-[ ] more stuff probably
44
-
-[] Faster UI, currently its kinda slow, and bad. but it looks good
45
+
-[X] Faster UI. Mostly happy with performance, but inital startup is quite slow and bad
45
46
46
47
# notes
47
48
Currently only optimized and tested on Windows 10, should work on older versions of windows, known to at least start on Ubuntu, but not tested very much.
48
49
49
-
Im not creating these as gh issues for now because im not focusing on ubuntu developmenet for now
50
+
Im not creating these as gh issues for now because im not focusing on ubuntu development for now
50
51
Known issues on Ubuntu:
51
-
Fails to install with default package setup (mainly ewc causing issues, as it only works on windows)
52
-
Window icons (close, minimize, maximie) dont render correctly, as the font is windows exclusive as far as i know (Seoge UI)
53
-
Title bar is rendered what appears to be 100% its height below where it should be. (it looks like there is an invisible title bar above it basically, but i dont think thats actually what the issue is)
52
+
-Fails to install with default package setup (mainly ewc causing issues, as it only works on windows)
53
+
-Window icons (close, minimize, maximie) dont render correctly, as the font is windows exclusive as far as i know (Seoge UI)
54
+
-Title bar is rendered what appears to be 100% its height below where it should be.
54
55
55
56
music might not even play on ubuntu because i didnt have any music on my ubuntu install, and was too lazy to get some.
0 commit comments