Code Monkey home page Code Monkey logo

Comments (7)

YodaDaCoda avatar YodaDaCoda commented on August 10, 2024

I can make it so the context menu item appears for any link, but I consider that to be rather messy (though it would catch every possible URL). I'd prefer to catch specific filetypes. Do you have some example pages I could have a look at?

from chrome-vlc-remote.

moocow1452 avatar moocow1452 commented on August 10, 2024

http://twit.tv/show/all-about-android/107

http://www.itsathing.me/

http://www.podcastalley.com/podcast_details.php?pod_id=6147

http://archive.org/details/Sita_Sings_the_Blues_1080p_dirac_vorbis.ogg

I guess you could limit it to standard files, (.mp4 .mkv .avi .mp3 .aac and
so on,) but it seems like an easy enough fix. Cooler would be to be able to
right click other video sites similar to Youtube and let those play, (Blip,
Vimeo, Dailymotion) but that seems like it would be too much work for so
little a tradeoff.

On Mon, May 6, 2013 at 10:17 PM, William Pickering <[email protected]

wrote:

I can make it so the context menu item appears for any link, but I
consider that to be rather messy (though it would catch every possible
URL). I'd prefer to catch specific filetypes. Do you have some example
pages I could have a look at?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-17519691
.

from chrome-vlc-remote.

YodaDaCoda avatar YodaDaCoda commented on August 10, 2024

Actually, quite the contrary. I could simply have less restrictive pattern matching for the context menu. However, I'm reasonably sure that VLC only handles YouTube URLs directly (e.g. definitely doesn't work with Vimeo). For other services I'd have to somehow pull the video source URL; which may not be easy, or even possible depending on the service.

Looking through the links you gave me, all those pages have a download link somewhere. The easiest thing for me to do that would enable sending those links to VLC would just be to add [":///.ogg", ":///.ogv", ":///.mp3", ":///.mp4"] to the pattern matching. The only issue I can see with that is if a URL has something after the filename, such as some unique identifier in the case of a subscription service, it wouldn't be picked up.

from chrome-vlc-remote.

moocow1452 avatar moocow1452 commented on August 10, 2024

Right, VLC has native Youtube Support. Dur...

What would you recommend if something doesn't have a standard link? Backend
it through the RSS?

On Mon, May 6, 2013 at 11:00 PM, William Pickering <[email protected]

wrote:

Actually, quite the contrary. I could simply have less restrictive pattern
matching for the context menu. However, I'm reasonably sure that VLC only
handles YouTube URLs directly (e.g. definitely doesn't work with Vimeo).
For other services I'd have to somehow pull the video source URL; which may
not be easy, or even possible depending on the service.

Looking through the links you gave me, all those pages have a download
link somewhere. The easiest thing for me to do that would enable sending
those links to VLC would just be to add [":///.ogg", ":///.ogv",
":///.mp3", ":///.mp4"] to the pattern matching. The only issue I can
see with that is if a URL has something after the filename, such as some
unique identifier in the case of a subscription service, it wouldn't be
picked up.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-17520788
.

from chrome-vlc-remote.

YodaDaCoda avatar YodaDaCoda commented on August 10, 2024

I'm not sure what you mean by 'Backend it through the RSS', though in the case of a non-standard links... I suppose I could add an option to the preferences to simply enable the context menu on every link. Or (as with many other extensions I see) I could simply let the user send whatever they want, and let VLC deal with whether or not it'll actually play.

from chrome-vlc-remote.

moocow1452 avatar moocow1452 commented on August 10, 2024

Ultimately, it's your app and your call.
On May 7, 2013 12:12 AM, "William Pickering" [email protected]
wrote:

I'm not sure what you mean by 'Backend it through the RSS', though in the
case of a non-standard links... I suppose I could add an option to the
preferences to simply enable the context menu on every link. Or (as
with many other extensions I see) I could simply let the user send whatever
they want, and let VLC deal with whether or not it'll actually play.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-17522495
.

from chrome-vlc-remote.

YodaDaCoda avatar YodaDaCoda commented on August 10, 2024

v0.7.3 allows sending any URL to VLC. Doesn't mean VLC will actually play it though. Give it a try when the extension updates at your end and let me know how it works for you.

from chrome-vlc-remote.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.