-
Notifications
You must be signed in to change notification settings - Fork 204
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
Feature/edit more id3 tags #791
Conversation
Ok, I'll start with your comments on #732:
If we can scan for the cover in some kind of priority (
Ideally, it would be great to have the option to do both,. The reason I am a bit reticent for that is I am afraid of messing someone's library files, and that's why placing a Assuming a 512x512 should be <100KB, it's probably ok to embed them into the file itself. As the cover is not set in the DB anyway, I would do that separately from this PR though:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great, thank you! Left comments.
For the CI failures, if you are using VSCode, I suggest you install the recommended extensions: they will give you linting and formatting warnings + format on save: https://github.com/martpie/museeks/blob/master/.vscode/extensions.json
Thank you for the update, could you squash your commits and make sure master is the base branch? merge commits make it really hard to review as a the commits from master are duplicated. |
I'm starting to think that I should do a new fork hahahaha |
Try |
I've never done commit squash before, so let me investigate how to do it. |
https://www.git-tower.com/learn/git/faq/git-squash is a good resource :) |
Hi! @martpie sorry, I've been busy lately, had to travel and stuff. |
No problem, I'm still stuck on a couple of other issues (migrating to SQLite + file associations), I will probably not release a new version of the app until they're figured out |
Remove year input default validation and set year type to number
Fix numeric form fields value Add new id3 tags fields in track details form
Fix format
Remove year input default validation and set year type to number
Remove year input default validation and set year type to number
Fix numeric form fields value Add new id3 tags fields in track details form
Fix format
Remove year input default validation and set year type to number
* Flatten Track structure * Move path up in the Track struct
Remove year input default validation and set year type to number
Fix format
Remove year input default validation and set year type to number
hi! @martpie, the master branch is broken again? or maybe I need to check the last merge... |
Master should be passing(CI is), make sure you rebase and follow the setup instructions (bun install, bun tauri dev etc). Eventually, cargo test too if you are changing some types. I see there is a conflict in your branch for the lockfile, maybe delete the file and run |
btw, are you using Limux Mac or Windows? |
Mac |
Let me try to wrap this up, I'm finalising 0.20.0, and I'm doing a lot of chore/code revamps introducing a lot of conflicts. I'll try to squash all these commits with you as author and finalize the feature myself. |
This PR helps to solve #732