New Columns
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
Getting closer... holy moly, that was more work than I had expected...
... they might be a first beta tomorrow... 
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
Puuh, had terrible unexpected problems with compiling the thing under Win 8.1.
Finally, after hours of voodoo and hundreds of dead chicken, I found the way. So, here it is, the first beta after more than a week in the code dungeon.
As also pointed out in the change log: Backup your configuration before running this BETA!
Please, this upload is just for playing around. Don't post ideas yet, because I still have a list of things here that I will implement in the next days. I will you tell when I have finished my part... then you can go
hunting... 
Please, this upload is just for playing around. Don't post ideas yet, because I still have a list of things here that I will implement in the next days. I will you tell when I have finished my part... then you can go
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
PS: Whoops, first I need to install the installer software on my virgin Win 8... 
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
PS: Whoops, first I need to install a new FTP uploader on my virgin Win 8... 
FAQ | XY News RSS | XY X
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: New Columns
Extra Column not shows file properties (i.e: Title, Author, Album...)?
Will it come?
Will it come?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
LittleBiG
- Posts: 1848
- Joined: 08 Apr 2011 12:57
- Location: Win10x64
Re: New Columns
There is no such thing as Extra Column. Extra tags you have got now. Custom columns will come later.binocular222 wrote:Extra Column not shows file properties (i.e: Title, Author, Album...)?
Will it come?
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: New Columns
Uhm, what's the difference between Comment and Extra tag?
Any creative use of Extra tag?
Any creative use of Extra tag?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: New Columns
Uhm, I tried to explain it in the v13.70.0111 change log. At the moment I'm implementing it...
FAQ | XY News RSS | XY X
-
kunkel321
- Posts: 664
- Joined: 10 Jun 2012 03:45
- Location: Near Seattle
Re: New Columns
It might be a bit late to suggest this.... But it would be cool if we could rename the Extra columns.
EDIT: What I mean is that the end user could customize the name of each...
EDIT: What I mean is that the end user could customize the name of each...
ste(phen|ve) kunkel
Scaling: Main monitor 125%, Secondary monitor on the right 100%
OS: Win 10. XYplorer version: Latest beta, unless specified.
Scaling: Main monitor 125%, Secondary monitor on the right 100%
OS: Win 10. XYplorer version: Latest beta, unless specified.
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: New Columns
In the change log, Don said it would come in the future.kunkel321 wrote:It might be a bit late to suggest this.... But it would be cool if we could rename the Extra columns.
For now you can modify them by carefully editing tags.dat.
-
totmad1
- Posts: 131
- Joined: 24 Jun 2013 12:37
Re: New Columns
LOVE the new columns/tags and wrote this simple script
to get the track number into one of the extra tags.
it also renames the column title.
to get the track number into one of the extra tags.
Code: Select all
"mp3TrackNo"
$SelectedItems = get("SelectedItemsPathNames", "|");
foreach($Item, $SelectedItems, "|") {
extratag(1, "TrackNo.");
$TrackNo = property("Track", "$Item");
if($TrackNo <10){
$TrackNo = 0$TrackNo;
}
tag "$TrackNo",$Item , 3;
}totmad1 (totally mad one)
-
admin
- Site Admin
- Posts: 66358
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: New Columns
Link column should:
- Left click launch the 1st link (ctrl+left click maybe more common sense)
- allow relative to <curpath> instead of <xypath>
Edit:
Date Column:
When enter date like this: 2010-07-21 17:16:33
XY trim off the ms and display as: 2010-07-21 17:16
What if I want to display full ms or display only the yyyy-mm-dd? Can XY rely on systme's regional setting or we need format switch?
- Left click launch the 1st link (ctrl+left click maybe more common sense)
- allow relative to <curpath> instead of <xypath>
Edit:
Date Column:
When enter date like this: 2010-07-21 17:16:33
XY trim off the ms and display as: 2010-07-21 17:16
What if I want to display full ms or display only the yyyy-mm-dd? Can XY rely on systme's regional setting or we need format switch?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
Marco
- Posts: 2354
- Joined: 27 Jun 2011 15:20
Re: New Columns
Code: Select all
- Date (2): Date and time.
Format: Displayed in the current Date column format.
Stored in tag.dat in format yyyy-mm-dd hh:nn:ss, local time (not
converted to UTC; reasons: performance and readability).
Kept in memory also in format yyyy-mm-dd hh:nn:ss (nicely sortable).
Editable via right-click, single-line edit box, and options to
set Current Date, and Created Date, Modified Date, Accessed Date
of the right-clicked item.
- Closed List (5): Closed set of string values (defined in tag.dat section Extra Tags).
Editable via right-click, menu options.
- Open List (6): Closed set of string values (defined in tag.dat section Extra Tags)
Editable via right-click, menu options.
Additionally supports free text.
Editable via right-click, multi-line edit box.
- Script (8): Script.
On left-click XYplorer will run the script.
Editable via right-click, multi-line edit box.
NOT IMPLEMENTED. Might be too crazy.What's the difference between closed and open list?
Scripts: sounds like a terrific idea!
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
XYplorer Beta Club