Skip to content
Snippets Groups Projects

Link attached files to their media

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • changed milestone to %0.7.x

  • added 155 commits

    • 8135e203...00dcfd38 - 135 commits from branch videolan:master
    • be9163bf - fs: Network: Attempt to get local files size & last modification date
    • dd787d7f - fs: NetworkDirectory: Tweak VLC to behave like the local fs factory
    • 821254b0 - Use NetworkFileSystemFactory for local files as well
    • 7d86f7d6 - fs: Rename Network* classes since they are not network related anymore
    • a191e411 - ci: Bump image versions
    • 2305c4ea - fs: Fix superfluous copy of the mrl
    • ebf8b0e7 - IFile: Expose a linked file type & a linked with mrl
    • 6f925756 - Task: Add a createLinkTask overload for unknown entity
    • 389123e5 - IItem: Rename subItem -> linkedItem
    • 64e08d37 - Task: Generalize linked item creation
    • 768db971 - Task: Remove unneeded mrl parameter from create function
    • 030757f2 - MediaLibrary: Add an onDiscoveredLinkedFile callback
    • 075c1962 - IMediaLibrary: Add subtitle extensions support & accessors
    • 9a1287e0 - Makefile.am: Package test db v24
    • 919ef412 - Settings: Bump db model to 26
    • 3d34ceb0 - File: Allow a file to be assigned to a different media
    • 88b57669 - LinkService: Add support for linked subtitles & audio files
    • 43fd7800 - FsDiscoverer: Handle linked files
    • d0235929 - fs: Directory: Split file adding in a separate function
    • 7e572fae - fs: libvlc: Expose linked files

    Compare with previous version

  • added 123 commits

    • 7e572fae...5b4c2180 - 95 commits from branch videolan:master
    • 3e57fd00 - Bump model to 27
    • e74fcaff - fs: Fix superfluous copy of the mrl
    • 7775a652 - IFile: Expose a linked file type & a linked with mrl
    • ece9b43c - Task: Add a createLinkTask overload for unknown entity
    • 45a6792f - IItem: Rename subItem -> linkedItem
    • 9e6ffab1 - Task: Generalize linked item creation
    • 648a055f - Task: Remove unneeded mrl parameter from create function
    • a2399801 - MediaLibrary: Add an onDiscoveredLinkedFile callback
    • 0988a845 - IMediaLibrary: Add subtitle extensions support & accessors
    • 5fe89764 - File: Allow a file to be assigned to a different media
    • a1ac6c6f - LinkService: Add support for linked subtitles & audio files
    • 3d3c2f50 - FsDiscoverer: Handle linked files
    • eae8071f - fs: Directory: Split file adding in a separate function
    • b936c0f2 - fs: libvlc: Expose linked files
    • 9641ca20 - Task: Fix restoration of link tasks without a parent folder
    • d48a07c5 - tests: samples: Actually test for subtitle tracks
    • f98f1743 - tests: samples: Allow media files to be checked
    • 158ec829 - tests: samples: Add attached audio/subtitle files tests
    • a0e9e7c6 - Media: Move subtitle tracks fetching to the SubtitleTrack class
    • 96e3af9a - SubtitleTrack: Add an attached_file_id column
    • f6b81d28 - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • f875b04e - IItem: Add a fileId accessor
    • 9e80f989 - LinkService: Link the attached subs file to a subtitle track
    • cbeedb35 - Media: Move audio tracks fetching to the AudioTrack class
    • a12f58f2 - AudioTrack: Add an attached_file_id column
    • 2389607c - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • e70e1e30 - Task: Extract metadata from linked audio tracks
    • a75131db - LinkService: Link the attached audio tracks to the media audio tracks

    Compare with previous version

  • added 13 commits

    • a3cd9c38 - tests: samples: Actually test for subtitle tracks
    • 6384d48b - tests: samples: Allow media files to be checked
    • d7602cd2 - tests: samples: Add attached audio/subtitle files tests
    • 24b78100 - Media: Move subtitle tracks fetching to the SubtitleTrack class
    • a40847c2 - SubtitleTrack: Add an attached_file_id column
    • 2a6f6182 - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • d3105a47 - IItem: Add a fileId accessor
    • 031d720a - LinkService: Link the attached subs file to a subtitle track
    • 98b8ca9e - Media: Move audio tracks fetching to the AudioTrack class
    • ee1b19a5 - AudioTrack: Add an attached_file_id column
    • 3b6f5d10 - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • 971f2750 - Task: Extract metadata from linked audio tracks
    • 978ddf1d - LinkService: Link the attached audio tracks to the media audio tracks

    Compare with previous version

  • added 28 commits

    • 94870ae5 - Bump libvlcpp submodule
    • 1eec3de2 - fs: Fix superfluous copy of the mrl
    • 3e5831d6 - IFile: Expose a linked file type & a linked with mrl
    • c354b7e9 - Task: Add a createLinkTask overload for unknown entity
    • 90293b92 - IItem: Rename subItem -> linkedItem
    • f8e78b35 - Task: Generalize linked item creation
    • 4a6838d3 - Task: Remove unneeded mrl parameter from create function
    • dced4975 - MediaLibrary: Add an onDiscoveredLinkedFile callback
    • 912c4ab3 - IMediaLibrary: Add subtitle extensions support & accessors
    • 74aa9188 - File: Allow a file to be assigned to a different media
    • 73abd365 - LinkService: Add support for linked subtitles & audio files
    • c9236d61 - FsDiscoverer: Handle linked files
    • 4aaab976 - fs: Directory: Split file adding in a separate function
    • 637f75b7 - fs: libvlc: Expose linked files
    • ceb3bbbc - Task: Fix restoration of link tasks without a parent folder
    • 19ba825b - tests: samples: Actually test for subtitle tracks
    • 4fd6b551 - tests: samples: Allow media files to be checked
    • 97943493 - tests: samples: Add attached audio/subtitle files tests
    • d4e4c908 - Media: Move subtitle tracks fetching to the SubtitleTrack class
    • d024e6bb - SubtitleTrack: Add an attached_file_id column
    • e98f3f65 - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • efbf9938 - IItem: Add a fileId accessor
    • 273d1ac2 - LinkService: Link the attached subs file to a subtitle track
    • ccdd3c82 - Media: Move audio tracks fetching to the AudioTrack class
    • 45eb75db - AudioTrack: Add an attached_file_id column
    • ecee3fba - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • 831ff38a - Task: Extract metadata from linked audio tracks
    • 1795c844 - LinkService: Link the attached audio tracks to the media audio tracks

    Compare with previous version

  • Hugo Beauzée-Luyssen unmarked as a Work In Progress

    unmarked as a Work In Progress

  • added 42 commits

    • 1795c844...d9ccf70a - 15 commits from branch videolan:master
    • b7e755e9 - fs: Fix superfluous copy of the mrl
    • e5a2bfb7 - IFile: Expose a linked file type & a linked with mrl
    • deb2ab1e - Task: Add a createLinkTask overload for unknown entity
    • 915e90d5 - IItem: Rename subItem -> linkedItem
    • d402e1f7 - Task: Generalize linked item creation
    • 70a6ff5f - Task: Remove unneeded mrl parameter from create function
    • db76353f - MediaLibrary: Add an onDiscoveredLinkedFile callback
    • 9efe463b - IMediaLibrary: Add subtitle extensions support & accessors
    • c08d6432 - File: Allow a file to be assigned to a different media
    • 1b0292ae - LinkService: Add support for linked subtitles & audio files
    • aeedf1cc - FsDiscoverer: Handle linked files
    • 05833245 - fs: Directory: Split file adding in a separate function
    • 508a5b66 - fs: libvlc: Expose linked files
    • 49304150 - Task: Fix restoration of link tasks without a parent folder
    • dde8386a - tests: samples: Actually test for subtitle tracks
    • 3beaeba5 - tests: samples: Allow media files to be checked
    • d773c7c7 - tests: samples: Add attached audio/subtitle files tests
    • 0775befa - Media: Move subtitle tracks fetching to the SubtitleTrack class
    • 3d63cff5 - SubtitleTrack: Add an attached_file_id column
    • ccf3cc34 - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • c76a0a88 - IItem: Add a fileId accessor
    • 75c5d6a2 - LinkService: Link the attached subs file to a subtitle track
    • 8c94ab32 - Media: Move audio tracks fetching to the AudioTrack class
    • 9ded7793 - AudioTrack: Add an attached_file_id column
    • f745312d - MetadataParser: Don't flush attached subtitle tracks when rescanning
    • 39e5c3ad - Task: Extract metadata from linked audio tracks
    • 9ea8e042 - LinkService: Link the attached audio tracks to the media audio tracks

    Compare with previous version

Please register or sign in to reply
Loading