Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
funkwhale
funkwhale
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 163
    • Issues 163
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • funkwhale
  • funkwhalefunkwhale
  • Issues
  • #1318

Closed
Open
Opened Dec 25, 2020 by Ghost User@ghostContributor
  • Report abuse
  • New issue
Report abuse New issue

After correcting artist tag, still not the same artist.

My collection of Ralph Vaughan Williams had inconsistent tags with three variations on the name, so in his folder I ran this scriplet.

artist='Ralph Vaughan Williams'
for i in */*.flac; do
    echo "$i"
    metaflac --remove-tag="artist" "$i"
    metaflac --set-tag="artist=$artist" "$i"
done

After that I rescanned and purged with python3 api/manage.py import_files 3c2dcdea-3901-47fe-a66f-fe28aa4c9da5 /mp3/Klassiek --recursive --noinput --in-place --prune and noticed I now have three artists, all with identical name.

How can I ensure these three get merged into one artist, or is this a bug?

Assignee
Assign to
backlog
Milestone
backlog
Assign milestone
Time tracking
None
Due date
None
Reference: funkwhale/funkwhale#1318