English > Support
Admin rights, Playlists and more Qs
ILoveMovies:
--- Quote from: nostra on June 09, 2009, 06:15:26 pm ---
--- Quote ---a) using {%value=path} gives the full path including file. How do I get the path w/o file?
--- End quote ---
There is no easy way of doing this in PVD. I could add such functionality to the export plugin in future.
--- End quote ---
hmm I have other issues with the path variable. If the movie contains more than one path, e.g. VOB files or sth, all paths will be displayed behind each other, seperated with a |. That won't work in my case. would be great if sometime there can be a possibility to choose between some more path and file variables, also to grab the different file paths and store each in another variable. what do u think? Anyhow, I can use replace and #13#10 to fix that for me currently.
But in the end I need a path to the folder, not the file..
Also I found that when importing Video_TS-folders, I can checkmark the VOB's I want, but in the File path all from the Directory get included. What is the selection for, and can I choose to add only that ones to the file path?
Sorry for this many questions, I hope you don't mind :o
regards, ilm
ILoveMovies:
--- Quote from: nostra on June 09, 2009, 06:15:26 pm ---
--- Quote ---a) using {%value=path} gives the full path including file. How do I get the path w/o file?
--- End quote ---
There is no easy way of doing this in PVD. I could add such functionality to the export plugin in future.
--- End quote ---
Hi again, nostra.
Is there a possibility that you can add functionality to the export plugin?
I need a path1, path2, ..., pathn variable - for the different paths that exist when the movie is stored in more than one folder. With the currently available variable path it writes all paths behind each other.
Most important: Each path variable has to be without the filename.
=> That would result in the 2nd addition: the filename variable (or better: filename1, filename2 ,...)
I found out if I would have such export variables, I could use PVD-exported playlists in conjuntion with my PS3 Media Server, that would be great!
Any idea in which version u could maybe implement this, maybe it's easily done?
Thank you very much for this great program!
yours, ILM
nostra:
--- Quote ---I need a path1, path2, ..., pathn variable - for the different paths that exist when the movie is stored in more than one folder. With the currently available variable path it writes all paths behind each other.
--- End quote ---
You can have separate paths (with file names) by doing the following:
1. In main template
--- Code: ---{%value=path params="full" template="pages\files.ptm"}
--- End code ---
2. In files.ptm you write
--- Code: ---{%value}
--- End code ---
--- Quote ---Any idea in which version u could maybe implement this, maybe it's easily done?
--- End quote ---
In the next version of the plugin. I have no idea when will it be ready.
ILoveMovies:
thanks for the hint.
Looking forward to the new plugin version.
cheers
nostra:
I have introduced a new concept in the export plugin version 0.6.0.0: functions
Usage: {#FUNCTION_NAME 'PARAMETER_1' 'PARAMETER_2' ... 'PARAMETER_N'}
Available functions:
--- Code: ---ExtractFilePath
ExtractFileName
ExtractFileExt
--- End code ---
These function only accept one parameter.
--- Code: ---ConditionAdd
ConditionAddFirst
--- End code ---
Parameter1: operator [=, <, >, <>]
Parameter2: value1
Parameter3: value2
Parameter4: string to add
Also you can define exporting in UTF8 with BOM like this:
--- Code: ---encoding="UTF8BOM"
--- End code ---
and without BOM like this
--- Code: ---encoding="UTF8"
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version