Files
ncspot/.gitignore
Bettehem 578d2b2f0c fix mpris metadata returing Spotify URI instead of an url in xesam:url field (#222)
* Added OpenUri D-BUS MPRIS support.
Removed "user:" from URIType check because Spotify doesn't always provide it.

* Added tags to .gitignore

* Changed mpris metadata to actually return the track's url instead of the Spotify URI so that it matches the functionality of the official Spotify client.

* Changed mpris:trackid and xesam:url to not use static naming so it can support podcasts.

* Changed xesam:url to default to an empty string instead of "0"
2020-07-14 21:30:14 +02:00

12 lines
152 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
/.idea/
# These are backup files generated by rustfmt
**/*.rs.bk
*.log
tags