Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Nov 26, 2024
1 parent 501f2fa commit ab869a7
Show file tree
Hide file tree
Showing 40 changed files with 3,411 additions and 2,398 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Julius Rüberg
janbrummer
Alisson Lauffer
Riley Smith
Steven Leadbeater
97 changes: 45 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spot"
version = "0.6.0"
version = "0.5.0"
edition = "2018"
license = "MIT"

Expand Down Expand Up @@ -53,7 +53,7 @@ version = "^0.8.5"
features = ["small_rng"]

[dependencies.gettext-rs]
version = "0.7.0"
version = "=0.7.0"
features = ["gettext-system"]

[dependencies.secret-service]
Expand Down
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,6 @@ Bear special attention to the fact that to enable automatic login, you might hav

See [this comment](https://github.com/xou816/spot/issues/92#issuecomment-801852593) for more details!

### Login in with Facebook

...is not supported. However, you can update your account in order to be able to log in with a username and password [as explained in this issue](https://github.com/xou816/spot/issues/373).


### Settings

Spot can also be configured via `gsettings` if you want to change the audio backend, the song bitrate, etc.

### Seek bar warping
It is possible to click on the seek bar to navigate to that position in a song. If you are having issues with this not working you may have [gtk-primary-button-warps-slider](https://docs.gtk.org/gtk3/property.Settings.gtk-primary-button-warps-slider.html) set to false.
In order to fix this issue set the value to true in your gtk configuration.

### Scrobbling

Scrobbling is not supported directly by Spot. However, you can use a tool such a [rescrobbled](https://github.com/InputUsername/rescrobbled) ([see #85](https://github.com/xou816/spot/issues/85)).

### Lyrics

Similarly, Spot does not display lyrics for songs, but you can use [osdlyrics](https://github.com/osdlyrics/osdlyrics) ([see #226](https://github.com/xou816/spot/issues/226)).

### Gtk theme

Spot uses the dark theme variant by default; this can be changed in the settings.

If you are using the flatpak version, don't forget to install your theme with flatpak as well. See [this comment](https://github.com/xou816/spot/issues/209#issuecomment-860180537) for details.

Similarly, snap also requires that you install the corresponding snap for your theme. See [this comment](https://github.com/xou816/spot/issues/338#issuecomment-975543476) for details.

## Features

**Only works with premium accounts!**
Expand All @@ -71,12 +42,6 @@ Similarly, snap also requires that you install the corresponding snap for your t
- playlist management (creation and edition)
- liked tracks

### Planned

- GNOME search provider?
- improved search? (track results)
- recommendations?

## Contributing

Contributions are welcome! If you wish, add yourself to the `AUTHORS` files when submitting your contribution.
Expand Down
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ Dmitry
Julius Rüberg
Francesco Babetto
Walther Smith
Delyan Tomov
Loading

0 comments on commit ab869a7

Please sign in to comment.