-
-
Notifications
You must be signed in to change notification settings - Fork 419
PICARD-3118: Allow user to save/load current Picard session #2731
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
Merged
zas
merged 31 commits into
metabrainz:master
from
knguyen1:feat/PICARD-3118/add-save-session-feature
Sep 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b049904
Complete session save/load roundtrip
knguyen1 16f21c7
Refactor sessions manager and add unit tests
knguyen1 a596368
Session files should be compressed
knguyen1 b44d36e
Enable caching of mb data in sessions
knguyen1 8383a97
Do not catch blind exceptions
knguyen1 1251e9c
Apply single quote on dict/attr keys
knguyen1 b8c0b42
Zas code review 20250908; own close session confirm box
knguyen1 7bff0c4
Use try...except...else pattern
knguyen1 86eef7a
Add flyout menu for recent sessions
knguyen1 1c14bc4
Make session_folder configurable and default
knguyen1 69ca212
Clean up menus; add default filenames
knguyen1 7b7506c
`load_session` should default to the last_session_path
knguyen1 11de913
Fix failing Windows tests
knguyen1 722b3fc
Add atomic writes; fix crash during load session
knguyen1 a644edb
Refactor ; remove redundant code
knguyen1 6da5c74
Switch from json to yaml for session files
knguyen1 f18eb91
Refactor session loader for dry/srp
knguyen1 f437291
Fix bug with blank albums (no cache, no web)
knguyen1 c3ca44e
Fix bug with web requests suppression
knguyen1 325bbc4
Fix some inconsistencies with `last_session_path`
knguyen1 847bd33
Apply zas code review recs 20250910
knguyen1 1bee982
Merge master into feat/PICARD-3118/add-save-session-feature
knguyen1 14e952b
Apply zas code review 20250924
knguyen1 31d7bc3
Rename `dont_write_tags` -> `enable_tag_saving`
knguyen1 499c052
Make `_atomic_write` its own utility
knguyen1 8eef846
Apply zas code review 20250925
knguyen1 cd61cb8
Improve type hints
knguyen1 9479f39
Make `restore_options` more generic
knguyen1 7e7654b
Fix: `dir` -> `directory`
knguyen1 3ebd96b
refactor: `session_loader` more readable
knguyen1 1c189b0
Refactor: Centralize RESTORABLE_CONFIG_KEYS for session management
knguyen1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.