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

iTunes: Add composer, play count, dates and display name to schema (bumping it to v40) #11976

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Sep 12, 2023

This is the follow-up to #11948 that adds the new iTunes track columns (composer, play count, last played, date added) to the database. Targeting main since it bumps the schema.

Additionally it adds a new display name column to the playlists table which stores the non-unique name, to prepare for better search queries (see the future directions in #11955 for details).

To do:

  • Update schema
  • Populate new columns in ITunesDAO
  • Figure out why the Last Played column is still empty (even where the date is set in the db, the date added column seems to work fine for some reason?)

@fwcd fwcd marked this pull request as draft September 12, 2023 23:03
@fwcd fwcd added the itunes label Oct 14, 2023
Copy link

This PR is marked as stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the stale Stale issues that haven't been updated for a long time. label Jan 19, 2024
@github-actions github-actions bot removed the stale Stale issues that haven't been updated for a long time. label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant