
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/diegofn/TuneIn-Radio-VLC
Tunein-Radio-VLC
This is a Service Discovery LUA Script to TuneIn Radio for VLC 2.X.X and VLC 3.X.X
Installation
Download the latest release from: https://github.com/diegofn/TuneIn-Radio-VLC/archive/master.zip and uncompress it:
curl -L https://github.com/diegofn/TuneIn-Radio-VLC/archive/master.zip > TuneinRadioVLC.zip
unzip TuneinRadioVLC.zip
*Linux**: copy files to application directory:
cp TuneIn-Radio-VLC-master/tunein.lua /usr/lib/vlc/lua/sd/
cp TuneIn-Radio-VLC-master/playlist/* /usr/lib/vlc/lua/playlist/
**Windows**: open a Command Prompt as Administrator user and copy files to `C:Program Files (x86)VideoLANVLC` or to `%AppData%/VLC/VideoLAN/lua/sd` if exists
xcopy TuneIn-Radio-VLC-mastertunein.lua "C:Program Files (x86)VideoLANVLCluasd"
xcopy TuneIn-Radio-VLC-masterplaylist* "C:Program Files (x86)VideoLANVLCluaplaylist"
**MacOS**: you can copy files to local `home` directory
cp TuneIn-Radio-VLC-master/tunein.lua ~/Library/Application Support/org.videolan.vlc/lua/sd/
cp -R TuneIn-Radio-VLC-master/playlist/* ~/Library/Application Support/org.videolan.vlc/lua/
**MacOS**: Alternatively, On MacOS you can copy files to `/Applications/VLC.app` folder to all users:
sudo cp TuneIn-Radio-VLC-master/tunein.lua /Applications/VLC.app/Contents/MacOS/share/lua/sd/
sudo cp -R TuneIn-Radio-VLC-master/playlist/* /Applications/VLC.app/Contents/MacOS/share/lua/playlist/
If you have an TuneIn user, you can modify the `tunein.lua` file in the __username__ and __password__ variables
Start your VLC
Click on `Internet` -> `TuneIn Radio`
Enjoy!
# Project resources
- (https://github.com/diegofn/TuneIn-Radio-VLC)
- [Issue tracker](https://github.com/diegofn/TuneIn-Radio-VLC/issues>)
# Credits
- [Original author](https://github.com/diegofn)
- [Current maintainer](https://github.com/diegofn)
- [Contributors](https://github.com/diegofn/TuneIn-Radio-VLC/graphs/contributors)
Version 0.7 3 years ago
* Update script for VLC 3.X.X.
* Minor fix on Title and Author columns thanks to @umpirsky
* Fix identation thanks to @hbkfabio
Version 0.7 3 years ago
* Update script for VLC 3.X.X.
* Minor fix on Title and Author columns thanks to @umpirsky
* Fix identation thanks to @hbkfabio
5 years ago
Version 0.5
===========
* Update image hosting
* "My presets" change for "Favorites" category
* Minor fix
Version 0.5
===========
* Change PartnerId to support flash based streaming
* Update image URL base
Version 0.4
===========
* Added Trending category
* Fixed zip file download link
Version 0.3
===========
* Bug fixed about TuneIn Password
* Added StreamTheWorld Support
* Added radiotime.com playlist support to navigate podcast, sports, etc tree.
Version 0.2
===========
* Add music menu
* Add custom icon for main categories
* Run plugin as a LUA Object
Version 0.1
===========
* This is the first version, My Presets and Local Radio working
* The LUA Script mapping the Categories and Location nodes
Wish list
=========
* Read the username and password for the Preference Dialog
* Be accepted in VLC git ;)
personalmoneyservice
20 days ago
Report
cantarino
1 month ago
Report
rootidea
8 months ago
Vielen Dank!
Report
djdagovs
1 year ago
Report
newswatcher
1 year ago
Report
newswatcher
1 year ago
Report
wu-wei
1 year ago
Works on Windows 7 with VLC 3.0.7.1
Report
Z.brown
2 years ago
Report
bolfan
2 years ago
Únicamente no me permite usar mi suscripción de "TuneIn Premium". Me conecto con VPN al servicio en los EEUU, pero no acepta los datos id de mi cuenta con TuneIn (es un login directo y no por Google u otro servicio). En cambio, sobre la propia página web de TuneIn sà me funciona bien alcanzar y usar mi cuenta 'Premium'. Entonces me imagino que la limitación del plugin no se produzca por exclusión regional (es decir que la conexión VPN definitivamente funciona bien), sino por falla de transmisión (por el plugin) o aceptación (por el servidor) de los datos de acceso.
Thanks
Report
wallacesilva
3 years ago
Report
dannyjones
3 years ago
Report
Nothem196
3 years ago
Report
freetoair
4 years ago
Report
dlawton
5 years ago
Report
id10t
5 years ago
Report
neckrom
5 years ago
https://luac.mtasa.com/
Report
ricardonuno
5 years ago
First, changing the extension from lua to luac didn't work here too. So, you have to download an older version of vlc, like v1.1.11 for example.
http://download.videolan.org/vlc/1.1.11/win32/
And I've found a trick too: editing tunein.lua can ruin the hole thing. I mean, after editing tunein.lua with windows notepad the plugin wasn't recognized by vlc anymore. I had to do it with a software named Notepad2.
http://sourceforge.net/projects/notepad2/
Then place the file at:
C:\Program Files\VLC\lua\sd
The other two at:
C:\Program Files\VLC\lua\playlist
This worked for me on Windows 7.
Report
Echopseudocox
5 years ago
Report
jdwicked129
5 years ago
Report
diegofn
5 years ago
Report
enricosx
6 years ago
Universo MDZ
http://www.universomdz.com/home.html
i want record it with Windows
Report
diegofn
5 years ago
Report
MichaelRpdx
6 years ago
Thank You!
Report
MichaelRpdx
6 years ago
I found the instructions to be ambiguous.
radiotime.lua and streamtheworld.lua need to go to
~/.local/share/vlc/lua/playlist/
Report
lupin492
6 years ago
Report