Skip to content

Initial CLI Integration of Core Services#1

Draft
google-labs-jules[bot] wants to merge 1 commit intomainfrom
feature/initial-cli-integration
Draft

Initial CLI Integration of Core Services#1
google-labs-jules[bot] wants to merge 1 commit intomainfrom
feature/initial-cli-integration

Conversation

@google-labs-jules
Copy link

This submission implements the first phase of the proposed development plan, unifying the core backend services for downloading, lyric fetching, and account migration into a single Command-Line Interface (CLI). It integrates streamrip for multi-service downloading, lrcget's backend for lyric fetching, and replicates EzMigrateQBZ's functionality for Qobuz account migration. The CLI has been refactored to use subparsers for a more organized and extensible interface.

Fixes #


PR created automatically by Jules for task 927026284961409016 started by @MadManJohnSmith

This commit implements the first phase of the proposed development plan, unifying the core backend services for downloading, lyric fetching, and account migration into a single Command-Line Interface (CLI).

Key changes include:
- Integrated the `streamrip` library for multi-service downloading from Qobuz, Tidal, Deezer, and SoundCloud, exposed via a new `download` command.
- Implemented a lyric fetching service using the LRCLIB API (the backend for `lrcget`), available through a `fetch-lyrics` command.
- Replicated the functionality of `EzMigrateQBZ` in a new Python module to handle Qobuz account migration, accessible with a `migrate-qobuz` command.
- Refactored the main application logic in `app_orchestrator.py` to use `argparse` with subparsers, creating a more organized and extensible CLI.
- The original functionality of comparing the local library with Spotify is preserved under the `sync` command.
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants