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

Automatically update track metadata from file tags if outdated #4218

Merged
merged 15 commits into from
Oct 17, 2021
Merged

Automatically update track metadata from file tags if outdated #4218

merged 15 commits into from
Oct 17, 2021

Commits on Sep 5, 2021

  1. DB: Update track metadata from file tags if outdated

    When loading a track from the database check if the underlying file
    has been modified. If the time stamp is newer than the timestamp of
    the last synchronization then update track metadata from file tags.
    
    But only if export of track metadata into file tags has been enabled
    by the user to reduce surprising side-effects to a minimum. Introducing
    a new configuration option for this feature has deliberately been avoided
    to reduce the number of possible configurations. Either you want to
    keep your file tags synchronized or not, no exceptions!
    
    # Conflicts:
    #	src/sources/metadatasourcetaglib.cpp
    uklotzde committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    400f751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad6fcd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    a33b9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4576f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    77d3474 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    d0f45fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278ec4f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    f315803 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    5dfc180 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge branch 'main' of git@github.com:mixxxdj/mixxx.git into track-me…

    …tadata-sync
    
    # Conflicts:
    #	src/preferences/dialog/dlgpreflibrary.cpp
    uklotzde committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7ef3a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dfe5f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    c503082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a024ef2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    645156d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ffdf4 View commit details
    Browse the repository at this point in the history