[PR #37] [MERGED] Fix Podcast Extension Names #163

Closed
opened 2026-02-27 04:57:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Googolplexed0/zotify/pull/37
Author: @Ragnaran
Created: 7/28/2025
Status: Merged
Merged: 8/7/2025
Merged by: @Googolplexed0

Base: mainHead: main


📝 Commits (6)

  • 5d510ef Fix Podcast Extension Names
  • 00dadea simplify filename & episode_path string concat
  • 11aabe3 use ffprobe to detect episode audio codec and change file suffix accordingly
  • c8f3926 actually rename the .tmp file
  • 4c10756 fix file already exists error
  • c22670d remove extra blank line

📊 Changes

3 files changed (+93 additions, -66 deletions)

View changed files

📝 zotify/__init__.py (+1 -0)
📝 zotify/podcast.py (+89 -63)
📝 zotify/utils.py (+3 -3)

📄 Description

Fixes hard coded podcast episode names and subsequent download bugs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Googolplexed0/zotify/pull/37 **Author:** [@Ragnaran](https://github.com/Ragnaran) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@Googolplexed0](https://github.com/Googolplexed0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`5d510ef`](https://github.com/Googolplexed0/zotify/commit/5d510efa0e5a00eafef931af52cd73d924d443eb) Fix Podcast Extension Names - [`00dadea`](https://github.com/Googolplexed0/zotify/commit/00dadea35a8d35018d45e1b5ef548fb7a4604cef) simplify filename & episode_path string concat - [`11aabe3`](https://github.com/Googolplexed0/zotify/commit/11aabe3c8d69fffd8f062a25cf2820fa761037c3) use ffprobe to detect episode audio codec and change file suffix accordingly - [`c8f3926`](https://github.com/Googolplexed0/zotify/commit/c8f3926ebdbb2645f73728786396620ff6561da5) actually rename the .tmp file - [`4c10756`](https://github.com/Googolplexed0/zotify/commit/4c107565f6fcb54613e1e10163d008d62f004a3f) fix file already exists error - [`c22670d`](https://github.com/Googolplexed0/zotify/commit/c22670d682b807dbbc27d9203622cde40c205374) remove extra blank line ### 📊 Changes **3 files changed** (+93 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `zotify/__init__.py` (+1 -0) 📝 `zotify/podcast.py` (+89 -63) 📝 `zotify/utils.py` (+3 -3) </details> ### 📄 Description Fixes hard coded podcast episode names and subsequent download bugs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:57:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#163
No description provided.