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

Songs over HTTP not parsed for metadata #63

Open
Pacane opened this issue Mar 17, 2016 · 6 comments
Open

Songs over HTTP not parsed for metadata #63

Pacane opened this issue Mar 17, 2016 · 6 comments
Assignees

Comments

@Pacane
Copy link

Pacane commented Mar 17, 2016

Is vimpc supposed to parse m3u tags?

Here's what I have when loading a playlist

image

edit: I use extended m3u tags, in ncmpcpp they're parsed without any problem.

@connermcd
Copy link
Collaborator

Great idea joel. I had at one point wanted this feature too but never implemented it. Perhaps when I have some time I'll add it, or (if you're feeling inspired) accept your pull request. 👍

@Pacane
Copy link
Author

Pacane commented Mar 23, 2016

Yeah I would if my c++ wasn't so far behind 😛

@connermcd
Copy link
Collaborator

To be clear, m3u files do work. It's files over http that are not parsed for metadata.

@connermcd connermcd self-assigned this Jan 6, 2019
@connermcd connermcd changed the title Support .m3u tags Songs over HTTP not parsed for metadata Jan 6, 2019
@tkapias
Copy link

tkapias commented Mar 31, 2023

Hi, I uploaded an up-to-date patch in the PR #93 conversation.

  • It works for me and it would be nice if you could evaluate this feature.

And like I wrote in the PR about M3U usage, for me there is currently 4 places missing metadata that could be found in the m3u (for streams):

  • Artist name in playing status when it's not provided (like some web radio, currently Unknown).
  • Informations about streams in playlist (currently 'e' has no effect).
  • Listing streams in lists informations (currently empty lines).
  • Stream name in the current playlist (currently an URL): patched.

Example:

#EXTM3U
#EXTENC:UTF-8
#PLAYLIST:Radios
#EXTINF:-1,Sud Radio
#EXTGRP:RadiosFR
https://ice.creacast.com/sudradio

@connermcd
Copy link
Collaborator

Hi @tkapias. I'll look into this. Could you provide an example m3u file and open a PR with your patch?

@tkapias
Copy link

tkapias commented Apr 2, 2023

Yes, I will make a PR today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants