Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User defined filetype #370

Closed
3 tasks done
minkshaman opened this issue Oct 25, 2023 · 7 comments · Fixed by #377
Closed
3 tasks done

User defined filetype #370

minkshaman opened this issue Oct 25, 2023 · 7 comments · Fixed by #377
Labels
enhancement New feature or request

Comments

@minkshaman
Copy link

Clear and concise description of the problem

I've been trying to get the podcasts to show up in Emby, in order to make them work in Apple CarPlay.
The only way Emby will play them through Apple CarPlay is if they're "music" files (MP3, AAC etc.)

The podcasts download as .mpeg files, which Emby only recognises as video files.

I'd just rename them, but I'm concerned that if I do, the system will just download them again, resulting in doubleups

Suggested solution

Is there a way to force them to be mp3s?
Or if not, is there a way to tell the system "Download them once only", which would allow me to have a script running to rename them automatically?

Alternative

No response

Additional context

No response

Validations

@minkshaman minkshaman added the enhancement New feature or request label Oct 25, 2023
@SamTV12345
Copy link
Owner

Oh good to know that there is really a system that makes this deviation. The MPEGs are really MP3s. Do your RSS feed contain the links with a file extension?

@minkshaman
Copy link
Author

Yeah, it's the same feed I sent you before.

The weird thing is this:

  • The feed has it as mp3.
  • The feed also says type="audio/mpeg"
  • The file system says it's .mpeg
  • If I click download in PodFetch, it downloads as .mp3

This is maximum messed up haha

@SamTV12345
Copy link
Owner

Yeah, it's the same feed I sent you before.

The weird thing is this:

  • The feed has it as mp3.
  • The feed also says type="audio/mpeg"
  • The file system says it's .mpeg
  • If I click download in PodFetch, it downloads as .mp3

This is maximum messed up haha

True. I checked the source code and I already had it documented that the type from the request is taken as a first source. So as it is audio/mpeg I take that. I swapped the logic. It is now URL first, type second and else as a fallback method .mp3

@SamTV12345
Copy link
Owner

You can checkout the dev tags of PodFetch for that.

@lvfh3078
Copy link

lvfh3078 commented Nov 3, 2023

I’m still having the same issue with podcasts downloading as .mpeg instead of .mp3 so I’m having to rename each file as they download. Is there anyway to force the podcasts to download as .mp3? Thanks

@SamTV12345
Copy link
Owner

@u175 I merged the pull request. This is fixed now.

@lvfh3078
Copy link

lvfh3078 commented Nov 4, 2023

Amazing thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants