You are here

VLC: Snapshot-path incorect

4 posts / 0 new
Last post
KOS-tas
Offline
Last seen: 11 years 2 months ago
Joined: 2010-10-17 07:38
VLC: Snapshot-path incorect

hello

when make snapshot then VLC save standard in this map C:\Documents and Settings\(user)\My Documents\My Pictures

be great to fix this and make the path to portable folder from VLC.

bye
Kostas

John T. Haller
John T. Haller's picture
Online
Last seen: 6 min 16 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Change It

You can change it to whatever you'd like in options and the path will be updated as you move PCs.

Sometimes, the impossible can become possible, if you're awesome!

habenyamin
Offline
Last seen: 2 years 1 month ago
Joined: 2009-02-06 13:04
Snapshot-path

it is possible add links below or any set u know better At RememberPath section
or another where u know better (I tested it works without any problem even first time start)

IfFileExists "$EXEDIR\SnapShopFolder" +2
CreateDirectory "$EXEDIR\SnapShopFolder"
WriteINIStr `$SETTINGSDIRECTORY\vlcrc` "main" "snapshot-path" "$EXEDIR\SnapShopFolder"

JFox562
Offline
Last seen: 12 years 9 months ago
Joined: 2011-05-18 12:02
VLC Snapshot Path

In order for VLC Portable to save a snapshot correctly, a VLC folder must be created first under the documents folder.

For instance, my portable is drive S so VLC Portable is looking for the following folder: S:\Documents\VLC

If VLC Portable does not find this folder, then it creates a VLC file without an extension. If you add a jpg extension to this file then it will be viewable as a jpeg. Once you create the VLC folder, then not only does the extension appear, a properly formatted date stamped file name is also created.

Maybe the next revision of VLC Portable will look and create this folder if it doesn't already exist.

Hope this helps.

Log in or register to post comments