Initial CLI Integration of Core Services#1
Initial CLI Integration of Core Services#1google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
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.
|
👋 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 For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
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
streamripfor multi-service downloading,lrcget's backend for lyric fetching, and replicatesEzMigrateQBZ'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