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

Feature: Add New Songs to Existing Library #6

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

johnnyshankman
Copy link
Owner

@johnnyshankman johnnyshankman commented Dec 18, 2023

This PR

Allows the user to click the + icon and add new albums to their existing library. You can select individual songs or just one from a folder.

When you add songs, it copies them into your existing library's folder, that way our references are always valid and you dont have worry about futzing with your nice library folder.

Also tightened up some CSS around the search plus and plus library icons as well as Tooltips.

@@ -28,4 +28,5 @@ export type StoreStructure = {
};
playlists: Playlist[];
lastPlayedSong: string; // a key into "library"
libraryPath: string;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes it foolproof when we want to copy newly added songs into the library folder.

@johnnyshankman johnnyshankman merged commit a75d4fb into main Dec 18, 2023
1 check passed
@johnnyshankman johnnyshankman deleted the feature-add-new-songs branch December 18, 2023 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant