csomakk / IWatchSeriez

I Watch Seriez is a file browser to help you keep track of your progress, and much more!
GNU General Public License v3.0
16 stars 3 forks source link

Add feature to add to VLC playlist (rather than play immediately) #30

Closed bpoxy closed 10 years ago

bpoxy commented 10 years ago

It would be a great feature to be able to add a file to VLC playlist, rather than playing it immediately. Double right mouse click might be an appropriate way to invoke this feature.

csomakk commented 10 years ago

first when I was concepting this program, I had a Total Commander or VLC plugin in mind, but those were too complex for me to get done. This feature you're requesting is very complex, I might not have the resources for it in the near future.

bpoxy commented 10 years ago

It may be possible by invoking the shell to call on VLC with the "--playlist-enqueue" option.

If I get some time in the near future I will dive into your code. Though I'll have some learning to do as I've never developed with Flex.

On Tue, Jun 17, 2014 at 9:35 AM, csomakk notifications@github.com wrote:

first when I was concepting this program, I had a Total Commander or VLC plugin in mind, but those were too complex for me to get done. This feature you're requesting is very complex, I might not have the resources for it in the near future.

— Reply to this email directly or view it on GitHub https://github.com/csomakk/IWatchSeriez/issues/30#issuecomment-46323801.

csomakk commented 10 years ago

i think I played with that a while ago, and didn't succeed, but I'll check it. Flex is good, let me know if you need help. I use IntelliJ Pro as IDE.

csomakk commented 10 years ago

hahh, today I could open vlc from the app.. keep updated. ;)

bpoxy commented 10 years ago

You are using a specific path vlc.exe, however, this path differs. Please add some way for the user to configure this path.

Also, is it possible to invoke this function on right click rather than having to press button?

csomakk commented 10 years ago

ahh, I wanted to skip the setting panel. ill have to do it. :( its possible to right click, but I'd do it with a context menu. I should add a hotkey as well. reopening issue

bpoxy commented 10 years ago

Even a configuration file to indicate VLC location would be sufficient.

On Wed, Sep 3, 2014 at 6:46 AM, Gabor Csomak notifications@github.com wrote:

Reopened #30 https://github.com/csomakk/IWatchSeriez/issues/30.

— Reply to this email directly or view it on GitHub https://github.com/csomakk/IWatchSeriez/issues/30#event-160542754.

csomakk commented 10 years ago

done, releasing tonight. should highlight the path to settings file.

bpoxy commented 10 years ago

I modified the settings file, which is picked up by the application, yet I still get an error message. It may be because my path includes spaces, in which case you are missing the double quotes surrounding path name when invoking VLC via the shell.

On Sun, Sep 7, 2014 at 2:41 PM, Gabor Csomak notifications@github.com wrote:

done, releasing tonight. should highlight the path to settings file.

— Reply to this email directly or view it on GitHub https://github.com/csomakk/IWatchSeriez/issues/30#issuecomment-54759832.