mirror of
https://git.sr.ht/~joren/streamrip-go
synced 2026-06-17 15:05:39 +02:00
unify folder naming with resolved audio profiles across providers
This commit is contained in:
@@ -8,6 +8,16 @@ type Downloadable struct {
|
||||
Source string
|
||||
Cipher string
|
||||
TrackID string
|
||||
Audio AudioProfile
|
||||
}
|
||||
|
||||
type AudioProfile struct {
|
||||
Container string
|
||||
Codec string
|
||||
Quality string
|
||||
BitDepth int
|
||||
SamplingRate string
|
||||
BitrateKbps int
|
||||
}
|
||||
|
||||
type Client interface {
|
||||
|
||||
Reference in New Issue
Block a user