Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • M medialibrary
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • medialibrary
  • Merge requests
  • !238

WIP: Use libvlc for all filesystem accesses

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Hugo Beauzée-Luyssen requested to merge chouquette/medialibrary:refactor_device_lister_2 into master Feb 19, 2020
  • Overview 1
  • Commits 25
  • Pipelines 8
  • Changes 47

Instead of using libvlc for network filesystems and our own implementation for local ones, always use libvlc for all filesystems.

This reduces the amount of code we have to test, and will simplify a lot the analysis of linked items, since VLC already takes care of this when listing directories content.

Edited Feb 19, 2020 by Hugo Beauzée-Luyssen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: refactor_device_lister_2

VideoLAN code repository instance