Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pipewire pipewire
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 613
    • Issues 613
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • PipeWirePipeWire
  • pipewirepipewire
  • Issues
  • #1141
Closed
Open
Issue created May 04, 2021 by Isaac Newman@inemum

pw-dump does not escape backslashes

If you are filing this issue with a regular release please try master as it might already be fixed.

Version: 0.3.26
Distribution: Arch Linux
Desktop Environment: sway

Description of Problem: pw-dump does not escape backslash "\", resulting in unwanted characters or invalid escape in the JSON

How Reproducible: always

Steps to Reproduce:

  1. Play an mp3 with a backslash in its metadata title
  2. pw-dump -N | grep media.title

Actual Results: "media.title": "text\more_text",

Expected Results: "media.title": "text\\more_text",

Additional Info Eg. pw-dump -N > file (As Attachment Please):

pw-dump.json

Assignee
Assign to
Time tracking