umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

Add MP3 tags #79

Closed pavelseverov closed 2 years ago

pavelseverov commented 2 years ago

Could you please add tag(s) to MP3 files. Like:

umputun commented 2 years ago

It it will be combined in the single tag

why? mp3 files have common tags and I don't understand why would we combine them into our own

umputun commented 2 years ago

added mp3 tags to files downloaded from yt

umputun commented 2 years ago

I think this one can be closed. Let me know if all good with this change.

pavelseverov commented 2 years ago

@umputun, thank you! Can you save complete date-time? Or at least complete date? Currently it is only year: "Recorded date: 2022"

umputun commented 2 years ago

I'm saving the year, because this is the "Year" tag https://github.com/umputun/feed-master/blob/master/app/youtube/service.go#L477

In theory, I can store a full date-time in some custom tag, like "DateTime" bur I have no clue if this is a common practice and or what the proper tag for this

umputun commented 2 years ago

I think I have found a tag for this. In V24 it is TDRC (Recording time). The only app i have to deal with tags is mac's Tag (probably some old version) and it shows the tag like this:

6y5p5-202204-20033258-fpoa7
umputun commented 2 years ago

you good with this? if so, pls close

pavelseverov commented 2 years ago

Yes, that's great! Thank you! :-)

pavelseverov commented 2 years ago

👍