Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Good idea.  It might even be nice to have bookmarks.

Original comment by [email protected] on 21 Dec 2009 at 8:57

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from android-vlc-remote.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Ooooh, bookmarks?  thats fancy! :)

I was going for something that should be simple for you to code *grins*




Original comment by [email protected] on 24 Dec 2009 at 5:01

from android-vlc-remote.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
I agree that this would be nice.
But creating symlinks in your home directory is a very easy workaround. (I 
guess 
shortcuts will give the same result in Windows)

Original comment by [email protected] on 26 Dec 2009 at 4:01

from android-vlc-remote.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Sadly VLC Remote doesn't recognize Windows Shortcuts, I'm guessing its because 
VLC
Remote is really a linux app.


Original comment by [email protected] on 28 Dec 2009 at 8:27

from android-vlc-remote.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Symlinks can be created in Windows Vista and Windows 7. Open cmd and try:

Symlink of a file:
mklink "destination" "source"

Symlink of a directory:
mklink /D "destination" "source"

This kind of symlink shows as a shortcut in Explorer but also shows in VLC.

Be careful when deleting symlinks in Windows! Some programs might not recognize 
that
it is a link and will delete the contents of the original folder! To make sure 
that
doesn't happen, rename the original folder before deleting the symlink.

Original comment by [email protected] on 8 Mar 2010 at 9:06

from android-vlc-remote.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
As of version 0.3.6, you can long-press the "Home" button to set the home 
directory to the currently 
opened directory.

Original comment by [email protected] on 5 Apr 2010 at 2:43

  • Changed state: Fixed

from android-vlc-remote.

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.