Skip to content

eppixx/submarine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submarine

Submarine is a library for sending requests to a subsonic server for rust code. It implements everything for version v1.16.1.

There are other servers that implement more or less the same interface. Submarine strives to incorporate these differences.

Implemented differences so far

As implementations differ from the subsonic interface, others can specifically activated by turning on a feature like in the following example Cargo.toml:

# Cargo.toml
...
[dependencies]
submarine = { version = "0.1.0", features = ["navidrome"] }
...

Navidrome

The navidrome api can be seen here. The feature flag is called navidrome.

About

A thin layer for using the subsonic API in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages