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 64
    • Issues 64
    • 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
  • VideoLAN
  • medialibrary
  • Issues
  • #13

Closed
Open
Created Oct 11, 2016 by Hugo Beauzée-Luyssen@chouquetteMaintainer

Non present artists should still be considered when parsing a new media

10-11 17:30:45.594 D/VLC/medialibrary( 2829): ../src/database/SqliteTools.h:255 static std::shared_ptr<T> medialibrary::sqlite::Tools::fetchOne(MediaLibraryPtr, const std::string &, Args &&...) [T = medialibrary::Artist, Args = <const std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > &>] Executed SELECT * FROM Artist WHERE name = ? AND is_present = 1 in 122µs

If the artist to be considered was in DB but with is_present = 0, we would ignore it while it was the proper candidate. We'd then create a new artist, quite likely violating the unique constraint on artist names.

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