
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/ra101/LBRY-VLC-Playlist-Parser
This addon will allow VLC to open free lbry.tv video direct from links.
**Why Create this, when LBRY Desktop app already exists?**
For VLC key-binding...? Idk... I had nothing better to do.
## Usage
- Copy the URL of the lbry video ( say https://lbry.tv/@ra101/MasquerBot )
- Start VLC and...
- Press Ctrl+N or Select `Open Network Stream...` from Media menu.
- Paste the url then click on "Play" (or Alt+P then Enter)
## Installation
To install, download the `lbry.lua` file and place it in the following directory, depending on your operating system:
#### Windows:
- All Users
%ProgramFiles%\VideoLAN\VLC\lua\playlist
- Current User
``````
%APPDATA%\vlc\lua\playlist\
``````
#### **macOS**:
```
/Users/(your username)/Library/Application Support/org.videolan.vlc/lua/playlist/
```
#### **Linux**:
```
~/.local/share/vlc/lua/playlist/
```
**PS: Note that you may have to create some directories in the path if they don’t exist.**
na0341
1 day ago
It does not seem to work with playlists though (it would be great if it could parse both of the following links)
Playlists: https://lbry.tv/@Best-Playlists-Of-All-Time:2/Amy-Winehouse-Playlist--Best-Music-Video-Of-All-Time:1
All Vids from a User: https://lbry.tv/@Best-Playlists-Of-All-Time:2
I have a request for you to update the parser for SoundCloud from MarkusD as it
a) seems to no longer work anymore
b) doesn't exist anymore (only a copy¹)
¹ https://gist.githubusercontent.com/samkatakouzinos/502ec9d5ad29181aaaee5094ef5bf5ef/raw/c932622c6a52b6313be9e7d24cf5d3fba3d90264/aaasoundcloud.lua
I tried to contact you on the matrix server of opendesktop.org - but it seems to not work reliably at the moment.
You can reach me via a comment or other platforms here: https://telegra.ph/about-me-12-01
Thank You :3
- na0341
Report