Implemented radio player and partially some other players #6

Merged
HLadislav merged 21 commits from player into main 2025-01-26 21:57:27 +00:00
4 changed files with 7 additions and 3 deletions
Showing only changes of commit bbf65e6458 - Show all commits

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "tenor-v2"]
path = tenor-v2
url = ssh://git@forgejo.djkato.net:222/HLadislav/tenor-v2.git
[submodule "radiobrowser"]
path = radiobrowser
url = ./radiobrowser

3
Cargo.lock generated
View file

@ -2586,8 +2586,6 @@ dependencies = [
[[package]]
name = "radiobrowser"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763ad5f847e3d2e3221dac4e87370297a970e3f9eb8f2760b915001b9c79023b"
dependencies = [
"async-std",
"async-std-resolver",
@ -2596,6 +2594,7 @@ dependencies = [
"rand",
"reqwest 0.11.27",
"serde",
"serde_json",
]
[[package]]

View file

@ -22,7 +22,8 @@ tenorv2 = { path = "./tenor-v2/tenorv2" }
# librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] }
songbird = { version = "0.4.6", features = ["driver", "builtin-queue"] }
reqwest = "0.11.27" # songbird depends on ^0.11
radiobrowser = "0.6.1"
# radiobrowser = "0.6.1"
radiobrowser = { path = "./radiobrowser" }
[dependencies.symphonia]
version = "0.5.2"

1
radiobrowser Submodule

@ -0,0 +1 @@
Subproject commit 0786c897260c7f180917af101ae5ea686cb60c2e