Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M medialibrary
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 69
    • Issues 69
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • 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
  • VideoLANVideoLAN
  • medialibrary
  • Issues
  • #461
Closed
Open
Issue created Nov 24, 2022 by Nicolas Pomepuy@AzaDeveloper

Missing search methods in Subscription and Service

The same way as for Album, we need a search API as it:

  1. IService
virtual Query<ISubscription> searchSubscription( const std::string& pattern, const QueryParameters* params = nullptr )
virtual Query<IMedia> searchMedia( const std::string& pattern, const QueryParameters* params = nullptr )
  1. ISubscription
virtual Query<IMedia> searchMedia( const std::string& pattern, const QueryParameters* params = nullptr )
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance