Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: connect to remote media player #121

Merged
merged 39 commits into from
Jan 11, 2023
Merged

feat: connect to remote media player #121

merged 39 commits into from
Jan 11, 2023

Conversation

tsirysndr
Copy link
Owner

No description provided.

@tsirysndr tsirysndr added the enhancement New feature or request label Dec 11, 2022
@tsirysndr tsirysndr self-assigned this Dec 11, 2022
@codecov
Copy link

codecov bot commented Dec 11, 2022

Codecov Report

Base: 54.48% // Head: 48.90% // Decreases project coverage by -5.57% ⚠️

Coverage data is based on head (e99ea16) compared to base (ffe7e7c).
Patch coverage: 22.57% of modified lines in pull request are covered.

❗ Current head e99ea16 differs from pull request most recent head a0d343b. Consider uploading reports for the commit a0d343b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   54.48%   48.90%   -5.58%     
==========================================
  Files          90      103      +13     
  Lines       10706    12243    +1537     
==========================================
+ Hits         5833     5988     +155     
- Misses       4873     6255    +1382     
Impacted Files Coverage Δ
addons/src/datpiff.rs 0.00% <0.00%> (ø)
addons/src/deezer.rs 0.00% <0.00%> (ø)
addons/src/kodi.rs 0.00% <0.00%> (ø)
addons/src/local.rs 0.00% <0.00%> (ø)
addons/src/myvazo.rs 0.00% <0.00%> (ø)
audio/src/fetch/client.rs 0.00% <0.00%> (ø)
audio/src/fetch/receive.rs 0.00% <0.00%> (ø)
audio/src/range_set.rs 0.00% <0.00%> (ø)
client/src/playlist.rs 0.00% <0.00%> (ø)
entity/src/album.rs 63.33% <0.00%> (-23.04%) ⬇️
... and 37 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

use std::thread;

use music_player_settings::{read_settings, Settings};

pub const SERVICE_NAME: &'static str = "_music-player._tcp.local.";
pub const XBMC_SERVICE_NAME: &'static str = "_xbmc-jsonrpc-h._tcp.local.";

Check warning

Code scanning / clippy

constants have by default a `'static` lifetime

constants have by default a `'static` lifetime
@tsirysndr tsirysndr force-pushed the feat/remote-connect branch 8 times, most recently from 0d86a85 to a1a3932 Compare December 25, 2022 05:35
@tsirysndr tsirysndr force-pushed the feat/remote-connect branch 5 times, most recently from 1066c6d to e99ea16 Compare December 30, 2022 11:30
@tsirysndr tsirysndr force-pushed the feat/remote-connect branch 3 times, most recently from bae76fb to c9bc280 Compare January 10, 2023 19:34
chore(webui): fix broken storybook
[playback] refactor track loader

refacto: use repo crates
chore: fix broken tests

chore: fix broken tests

chore: fix broken tests
chore(bazel): fix bazel issue

chore(bazel): fix bazel issue
fix(server): re-generate proto
@tsirysndr tsirysndr force-pushed the feat/remote-connect branch from a0d343b to 12903fa Compare January 11, 2023 19:04
@tsirysndr tsirysndr merged commit 5f12420 into master Jan 11, 2023
fs::create_dir_all(&albums).unwrap();
fs::create_dir_all(&artists).unwrap();
fs::create_dir_all(&playlists).unwrap();
fs::create_dir_all(&tracks).unwrap();
fs::create_dir_all(&covers).unwrap();
fs::create_dir_all(&cache).unwrap();

Check warning

Code scanning / clippy

the borrowed expression implements the required traits

the borrowed expression implements the required traits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant