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

⌈⌋ ⎇ branch:  streamtuner2


View Ticket

2025-02-09
11:12 Add attachment action.py to ticket [fc76ee56b1] artifact: 18c445b6b0 user: joostden
11:11 New ticket [fc76ee56b1] Pipes is no longer used inPython 3.13. artifact: 55e07f2919 user: joostden

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:

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: