Skip to main content

Crate ratune_scrobble

Crate ratune_scrobble 

Source
Expand description

Audioscrobbler scrobbling for Last.fm and Libre.fm, plus shared play-threshold logic.

Re-exports§

pub use auth::AuthClient;
pub use auth::AuthSession;
pub use lastfm::AudioscrobblerClient;
pub use lastfm::ScrobbleService;
pub use threshold::audioscrobbler_eligible;
pub use threshold::play_threshold;
pub use threshold::AudioscrobblerRules;
pub use threshold::ListenThreshold;
pub use track::TrackInfo;

Modules§

auth
Browser authentication flow for obtaining a session key.
lastfm
Last.fm / Libre.fm Audioscrobbler API v2.0 client.
threshold
track