Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


View Ticket

Ticket Hash: fc76ee56b172a57898dbb8f0205bffd19fe735a3
Title: Pipes is no longer used inPython 3.13
Status: Open Type: Code_Defect
Severity: Critical Priority:
Subsystem: Resolution:
Last Modified: 2025-02-09 11:11:44
Version Found In: 2.2.2
User Comments:
joostden added on 2025-02-09 11:11:44: (text/x-markdown)
Replace the use of `pipes` with `shlex` to fix
compatibility with Python 3.13. The former was always an undocumented
alias to the latter, and the `pipes` module was removed completely in
Python 3.13. 

This must be changed in action.py at 2 lines (line 40 and line 209)

Attachments: