summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceproxy.cpp
AgeCommit message (Expand)Author
2021-06-10Synchronize file modified time with track source on metadata import/exportUwe Klotz
2021-05-17Reorder scattered code at one placeUwe Klotz
2021-05-17Rename local variable (more verbose)Uwe Klotz
2021-05-15Use move instead of copyUwe Klotz
2021-05-15Track: Rename member functions for imported metadataUwe Klotz
2021-05-15Track::exportMetadata(): Pass parameter by const-refUwe Klotz
2021-05-14Track: Return a copy of TrackMetadata/TrackRecordUwe Klotz
2021-05-13Indicate if modified/unmodified when importing track metadataUwe Klotz
2021-05-13Track metadata import/update: Rename enumerationUwe Klotz
2021-05-11Import metadata and cover image without temporary track objectUwe Klotz
2021-04-02Refactor the Sandbox interface for FileInfo/FileAccessUwe Klotz
2021-03-11Preferences: Allow enabling/disabling Serato Metadata exportJan Holthuis
2021-02-12Abort update of track metadata after unsuccessful metadata importUwe Klotz
2021-02-04Read metadata again from the track if import from file failsDaniel Schürmann
2021-02-03Make sure title from file fall back works also when reload metadataDaniel Schürmann
2021-02-01SoundSourceProxy: Early exit after partial metadata importUwe Klotz
2021-01-31Make sure a track has at least a title after import metadata.Daniel Schürmann
2021-01-21Reword and move commentsUwe Klotz
2021-01-14Preserve precise stream info when (re-)importing file tagsUwe Klotz
2020-12-07Export track metadata with accurate stream infoUwe Klotz
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-11-12SoundSourceProxy: Fix -Wclazy-range-loop for getSupportedFileExtensionsJan Holthuis
2020-10-26SoundSourceProxy: Simplify initializationUwe Klotz
2020-10-26SoundSourceProxy: Allow to select a single providerUwe Klotz
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26Use nullptr instead of empty initializer listUwe Klotz
2020-10-26Serato import: Guess MP3 timing offset for primary decoderUwe Klotz
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-09-30Include track_decl.h in coverartutils.hUwe Klotz
2020-08-15sources/soundsourceproxy: Improve debug assertion for Serato importJan Holthuis
2020-07-22track: Implement deferred import of beats (like we do for cues)Jan Holthuis
2020-05-03Avoid spamming the log when loading cover art of missing filesUwe Klotz
2020-05-01Count number of attempts to open an audio fileUwe Klotz
2020-05-01Avoid log spam and log more specific messagesUwe Klotz
2020-05-01Improve readability and documentationUwe Klotz
2020-05-01Delete redundant warningUwe Klotz
2020-04-30Perform a basic read test when opening an audio sourceUwe Klotz
2020-04-25Add debug log and assertionUwe Klotz
2020-04-25Fix import of Serato cue points during library scanUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverArtUtils::guessCoverInfo() when updating track from sourceUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-12-18Import and merge missing track metadata from file tagsUwe Klotz
2019-11-21Lift enum into global namespaceUwe Klotz
2019-09-28Move file name parsing into TrackInfoUwe Klotz
2019-09-28More restrictive artist/title parsing from file namesUwe Klotz
2019-07-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz