Search found 6 matches

Go to advanced search

by AppTesterMC
25 Apr 2023 17:04
Forum: VLC media player Feature Requests
Topic: Playing MRSS feeds
Replies: 8
Views: 1369

Re: Playing MRSS feeds

You could write a patch Well here I need a little help to overcome an initial obstacle. I understand that the xml stucture proposed by iTunesRSS referenced in the code has a root node with tag "rss" THEN an empty child node, with tag "channel" and then start the children "t...
by AppTesterMC
25 Apr 2023 16:36
Forum: VLC media player Feature Requests
Topic: Playing MRSS feeds
Replies: 8
Views: 1369

Re: Playing MRSS feeds

I understand what you mean and I totally feel you.

Well at the end this is not your problem, it is the stupid youtube ... :-|
And there are already solution for people like *ytdlp* :wink: (don't quote me on that!)
by AppTesterMC
24 Apr 2023 20:33
Forum: VLC media player Feature Requests
Topic: Playing MRSS feeds
Replies: 8
Views: 1369

Re: Playing MRSS feeds

Thanks for the quick response! Well the video side of things is handled by "youtube.lua" or "youtube.luac". No?
by AppTesterMC
24 Apr 2023 20:01
Forum: VLC media player Feature Requests
Topic: Playing MRSS feeds
Replies: 8
Views: 1369

Re: Playing MRSS feeds

I doubt that the old YouTube API still works. Bonjour Rémi! the mrss approach I am proposing is not based on api itself but just the format of xml response provided by the 'videos.xml' endpoint: https://www.youtube.com/feeds/videos.xml that accepts to my knowledge at least two inputs: 1. ?playlist_...
by AppTesterMC
08 Apr 2023 04:44
Forum: VLC media player Feature Requests
Topic: Playing MRSS feeds
Replies: 8
Views: 1369

Playing MRSS feeds

Wondering if it is possible to modify "playlist/podcast.c" to parse media RSS format (MRSS) feeds I think if someone is willing, Media RSS could be implemented since the specs "were" documented: https://www.rssboard.org/media-rss also I think a lot of VLC users will welcome the s...
by AppTesterMC
03 Apr 2023 21:13
Forum: Scripting VLC in lua
Topic: How works Generic playlist parser
Replies: 2
Views: 10361

Re: How works Generic playlist parser

Youtube no longer support the old API (http://www.youtube.com/list_ajax?action_get_list=1&style=xml&list=playlistID) I have successfully used a slightly modified YouTube Channel Feed to access last 15 items of the playlist. Here is my code Pastebin: https://pastebin.com/Cx6EJBds You have to ...

Go to advanced search