Giter Site home page Giter Site logo

Comments (11)

douglascamata avatar douglascamata commented on July 22, 2024

@giacomocerquone why would you try to use Butter as a video player for videos you already downloaded? I mean, of course it would be very easy and pleasant to users to do that, but what about using real players for this (VLC, MPlayerX, etc)?

from butter-desktop.

giacomocerquone avatar giacomocerquone commented on July 22, 2024

@douglascamata
I think you're completely missing the point here.
Github is not a forum, is an issue tracker (or bug trucker). I'm a developer, I submit issues to let others solve them or let the others know that I'm solving them. If an application (Butter in this case) doesn't work properly, I warn the developers, included me, so that we can fix it together.
If you think that the possibility that users have to open external movies with Butter is useless, you should open an Issue.

from butter-desktop.

douglascamata avatar douglascamata commented on July 22, 2024

@giacomocerquone people also communicate in issue trackers and it is good to keep all the discussion that fits in one issue's subject inside it and not split in many different issues. It is also very good to keep the manners and respect, this is a community, not your private space. I know how Github works, I've been here for a while and contributed to many projects. You need to chill, bro.

from butter-desktop.

giacomocerquone avatar giacomocerquone commented on July 22, 2024

@douglascamata I don't think I said or implied that this is my private space, I specifically said that here we work together. I think I expressed myself in a good and respectful manner, I didn't offend you but if you felt so I can understand that and I ask you sorry. Please don't take those words as an offense.
I wasn't nervous so no need to chill :)

Anyway you do know why butter behave like this?

from butter-desktop.

douglascamata avatar douglascamata commented on July 22, 2024

Ok. Don't know why, but I think it's a player issue. Need to check what we send to the player when a video is dropped on Butter, although I'm working now and can't take a look at this. Maybe at lunch, if I have time, or later at home.

from butter-desktop.

nordjac avatar nordjac commented on July 22, 2024

You could drop a video in PT to automatically fetch subtitles and if you had trakt.tv it would also help you with keeping trakt of what you have watched. And maybe wrong but think the idea was also to stream to Apple TV, Chromecast, etc.

from butter-desktop.

douglascamata avatar douglascamata commented on July 22, 2024

@nordjac now I see a reason for this. Btw, do you know how PT fetched subtitles for drag 'n' dropped videos? I know that some sites use a hash of the video (uploader needs to point the video file for the hash calculation before upload), so the users get the exact subtitles for that release (this is awesome I can just drag and drop a file in the website and booom, perfect subtitles). Maybe we can do something like this, if we dont yet. :P

from butter-desktop.

xaiki avatar xaiki commented on July 22, 2024

it's a good idea for future futures.

from butter-desktop.

vankasteelj avatar vankasteelj commented on July 22, 2024

fixed for the "it doesn't work".

to implement hashing, it's already supported by my https://github.com/vankasteelj/opensubtitles-api and should even be already in butter as "giving the video path to the module will automatically calculate video hash before requesting subs". You can check by debugging.

As for wireless streaming, I think it's not really doable (only with a few codecs supported by the casts), but there's https://github.com/acidhax/streaming-media-encoder that might come in handy, it's an api for ffmpeg in JS. Plus side: you can use ffmpeg to recode on-the-fly. Downside: you need power + ffmpeg binaries

from butter-desktop.

alecive avatar alecive commented on July 22, 2024

@vankasteelj If I got it correctly, you allowed d&d for magnet/torrents, wheras @giacomocerquone was talking about d&d videos. If so, we should reopen the issue.

from butter-desktop.

vankasteelj avatar vankasteelj commented on July 22, 2024

Nope, it works:

nw_2016-02-03_03-16-59

But the choice of using raw unmodified nwjs, without any embded codecs, makes it near impossible to play a file, except if the exact codec was used to encode (the screenshot is using a modified 12.2 build of nwjs, with codecs). And unless Butter uses either a modified nwjs, or wcjs as player, then most files won't be playable.

The drag&drop was bugged (or disabled, I don't remember), simply enabling it again works for both magnets/torrents and files.

from butter-desktop.

Related Issues (20)

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.