Add playlists feature (#871)
* Open multi-file torrents as playlists
* Add `repeat` and `shuffle` options to the player
* Autoplay first file in torrent
* replaces `pickFileToPlay` feature
* when reopening player, restores the most recently viewed file
* Add playlist navigation buttons to Windows thumbar
* Remove `repeat` and `shuffle` options
This reverts commit 9284122461.
* Play files in order they appear in torrent
* Clean up playlists code
This commit is contained in:
BIN
static/NextTrackThumbnailBarButton.png
Normal file
BIN
static/NextTrackThumbnailBarButton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 B |
BIN
static/PreviousTrackThumbnailBarButton.png
Normal file
BIN
static/PreviousTrackThumbnailBarButton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 233 B |
@@ -634,7 +634,25 @@ body.drag .app::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.player .controls .play-pause {
|
||||
.player .controls .icon.disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.player .controls .icon.skip-previous {
|
||||
font-size: 28px;
|
||||
margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.player .controls .icon.play-pause {
|
||||
font-size: 28px;
|
||||
margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.player .controls .icon.skip-next {
|
||||
font-size: 28px;
|
||||
margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user