fagensden / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
1 stars 1 forks source link

Add subtitles in video streaming #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not a bug but I dont know where to ask for it (I found no info about it).

I use vlc-shares with wiimc and I'd like to see a video from megavideo with 
subtitles I downloaded from another websites and now are on my HD. 
I've added the video on my list... When I choose it from the WiiMC it says 
"Subtitles: None" and I cant add the ones on my HD.

Is it possible to do? How?

Thanks and congratulation for the great work!

Original issue reported on code.google.com by dudothes...@gmail.com on 1 Dec 2010 at 11:05

GoogleCodeExporter commented 8 years ago
vlc-shares doesn't provide a way to do what you are asking for right now. 
Subtitle plugin works only when the source is provided by the FileSystem plugin 
(so a file inside a shared folder) or when the subtitle is inside the video as 
embedded sub.

Anyway you can always extends the FileSubs plugin to add new features like this 
one or create a new plugin that does what you are looking for.

Read the FileSubs source file is a good starting point: 
http://code.google.com/p/vlc-shares/source/browse/trunk/library/X/VlcShares/Plug
ins/FileSubs.php

Original comment by ximarx@gmail.com on 1 Dec 2010 at 1:39

GoogleCodeExporter commented 8 years ago

Original comment by ximarx@gmail.com on 20 Jan 2011 at 8:47