I'm not sure if you're joking or just misunderstand, but I'm already using Ext4...?RealityRipple wrote: ↑2024-03-31, 00:55I hate to be that guy, but I think the solution is to format your partition as Ext4.![]()
GetemAll! - Fork of DownthemAll!
Moderators: FranklinDM, Lootyhoof
Forum rules
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
-
__NM64__
- Lunatic

- Posts: 398
- Joined: 2013-10-17, 05:29
- Location: minus 4 hours UTC
Re: GetemAll! - Fork of DownthemAll!
CPU: Xeon E3-1285 v4 (4c/8t Broadwell/Intel 5th gen) @ 3.7GHz 1.152v (3.4GHz uncore)
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
-
Moonchild
- Project founder

- Posts: 38714
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: GetemAll! - Fork of DownthemAll!
I don't think filesystems in general use finer granularity than seconds for "date", no matter which one is in use. Maybe you want to re-think how you manage your downloads, because you can't have your cake (perfect sorting by time) and eat it too (have fast downloads). Maybe use sequential numbering prefixes on the file names or maybe even make use of alternate data streams to store the index (although ext4 probably doesn't support that, being as old as it is). Or start using a CMS.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
__NM64__
- Lunatic

- Posts: 398
- Joined: 2013-10-17, 05:29
- Location: minus 4 hours UTC
Re: GetemAll! - Fork of DownthemAll!
That's actually the idea of what I'm doing, but does Get'emAll support doing that on it's own? The way I've been doing it thus far is via the bulk rename function built into Xfce/Thunar while the files are sorted by date modified.
CPU: Xeon E3-1285 v4 (4c/8t Broadwell/Intel 5th gen) @ 3.7GHz 1.152v (3.4GHz uncore)
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
-
andyprough
- Board Warrior

- Posts: 1247
- Joined: 2020-05-31, 04:33
Re: GetemAll! - Fork of DownthemAll!
Wikipedia says: "Improved timestamps__NM64__ wrote: ↑2024-03-31, 01:05I'm not sure if you're joking or just misunderstand, but I'm already using Ext4...?RealityRipple wrote: ↑2024-03-31, 00:55I hate to be that guy, but I think the solution is to format your partition as Ext4.![]()
As computers become faster in general, and as Linux becomes used more for mission-critical applications, the granularity of second-based timestamps becomes insufficient. To solve this, ext4 provides timestamps measured in nanoseconds." https://en.wikipedia.org/wiki/Ext4
Could be that the difficulty lies in finding a file manager that will list the files in proper nanosecond timestamp file order. If Nemo or Thunar won't do it, maybe Nautilus or Dolphin or Caja or Krusader or some other file manager will do it?
-
__NM64__
- Lunatic

- Posts: 398
- Joined: 2013-10-17, 05:29
- Location: minus 4 hours UTC
Re: GetemAll! - Fork of DownthemAll!
I got the idea that the timestamp displayed may simply not be showing anything smaller than full seconds, but I can't seem to figure out the necessary syntax for the likes of milliseconds or nanoseconds?
For example, this is the syntax for a modified ISO-8601 that uses a space between the date and the time but, as mentioned, the smallest unit is seconds:
For example, this is the syntax for a modified ISO-8601 that uses a space between the date and the time but, as mentioned, the smallest unit is seconds:
Code: Select all
%Y-%m-%d %H:%M:%SCPU: Xeon E3-1285 v4 (4c/8t Broadwell/Intel 5th gen) @ 3.7GHz 1.152v (3.4GHz uncore)
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
-
andyprough
- Board Warrior

- Posts: 1247
- Joined: 2020-05-31, 04:33
Re: GetemAll! - Fork of DownthemAll!
If you don't mind doing it from the command line, it looks to me like you can list and sort the files in a directory with a command like this using the full timestamp down to nanoseconds:__NM64__ wrote: ↑2024-03-31, 02:04I got the idea that the timestamp displayed may simply not be showing anything smaller than full seconds, but I can't seem to figure out the necessary syntax for the likes of milliseconds or nanoseconds?
For example, this is the syntax for a modified ISO-8601 that uses a space between the date and the time but, as mentioned, the smallest unit is seconds:Code: Select all
%Y-%m-%d %H:%M:%S
Code: Select all
ls -A -lt --full-timeCode: Select all
-rw-rw-r-- 1 trisquel trisquel 272636 2024-03-29 19:50:01.969584519 -0500 mmexport1711759669983.jpg
-rw-rw-r-- 1 trisquel trisquel 242128 2024-03-29 19:49:52.433694417 -0500 mmexport1711759662560.jpg
-rw-rw-r-- 1 trisquel trisquel 201318 2024-03-29 19:47:38.463316864 -0500 IMG_20240329_194604_481.jpg
-rw-rw-r-- 1 trisquel trisquel 1615758 2024-03-29 19:44:09.961069729 -0500 IMG_20240326_161723940.jpg
-rw-rw-r-- 1 trisquel trisquel 442850 2024-03-16 14:06:03.635652390 -0500 happy-birthday-gnusance.png
-rw-rw-r-- 1 trisquel trisquel 442925 2024-03-16 13:55:34.552861100 -0500 happy-birthday-gnu.png
-rw-rw-r-- 1 trisquel trisquel 129549 2024-01-20 15:55:05.253900359 -0600 'Babbages_Analytical_Engine,_1834-1871._(9660574685).jpg'
-rw-rw-r-- 1 trisquel trisquel 454070 2023-02-25 18:31:54.000000000 -0600 'Happy 39th Birthday.svg'-
__NM64__
- Lunatic

- Posts: 398
- Joined: 2013-10-17, 05:29
- Location: minus 4 hours UTC
Re: GetemAll! - Fork of DownthemAll!
I kind of do mind using the terminal because I've no idea how subsequently rename the files into a basic numerical naming convention, but your command at least confirmed that the nanoseconds are actually being written to the file but either Thunar and Nemo don't support them or I need to figure out the date/time syntax thing for values less than a second (or for all I know maybe the issue is that one doesn't even exist?).andyprough wrote: ↑2024-03-31, 03:13If you don't mind doing it from the command line, it looks to me like you can list and sort the files in a directory with a command like this using the full timestamp down to nanoseconds
But the fact that the necessary timestamp information is still present made me think to try a different program, and it turns out that XnView MP, despite not showing timestamps less than a second, does actually seem to silently acknowledge their existence! So for the time being I can just use XnView MP's own batch renamer (which, fun fact, actually should work for any file including those that XnView MP cannot open).
CPU: Xeon E3-1285 v4 (4c/8t Broadwell/Intel 5th gen) @ 3.7GHz 1.152v (3.4GHz uncore)
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
GPU: Intel integrated Iris Pro Graphics P6300
RAM: 4x8GB Corsair Vengence @ DDR3-1600
OS: Linux Mint Xfce + [VM] Win7 SP1 x64
-
billmcct
- Board Warrior

- Posts: 1095
- Joined: 2012-09-04, 15:19
- Location: Union City Georgia USA
Re: GetemAll! - Fork of DownthemAll!
@moonbat, how the hell do I change the download folder in GetEmAll?
It's not in the options and changing it in the download by R click and choose a folder doesn't seem to stick.
Yeah I know, I'm getting old and forgetful.
Never mind, I found it in about:config.
It's not in the options and changing it in the download by R click and choose a folder doesn't seem to stick.
Yeah I know, I'm getting old and forgetful.
Never mind, I found it in about:config.
--------------------------------------------------------------------------------------------------------------
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
-
Moonchild
- Project founder

- Posts: 38714
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: GetemAll! - Fork of DownthemAll!
It should be in the GeA download manager window. At least that's where it states it'll save and it remembers that setting
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
billmcct
- Board Warrior

- Posts: 1095
- Joined: 2012-09-04, 15:19
- Location: Union City Georgia USA
Re: GetemAll! - Fork of DownthemAll!
Yeah it's there if you right click the failed download, however changing it there doesn't seem to save it.
It only works for that one download. Should be in the options. I had to reinstall my system and now have a different
user profile and GTA kept wanting to download to a non existent folder. Anyway found it in about:config and it's working fine.
It only works for that one download. Should be in the options. I had to reinstall my system and now have a different
user profile and GTA kept wanting to download to a non existent folder. Anyway found it in about:config and it's working fine.
--------------------------------------------------------------------------------------------------------------
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
-
moonbat
- Knows the dark side

- Posts: 5747
- Joined: 2015-12-09, 15:45
Re: GetemAll! - Fork of DownthemAll!
Have you been only using its one-click download mode? Else you can configure the download folder in the download dialog prompt. Whatever you add there gets remembered for next time and you can choose previously selected folders as well.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
-
billmcct
- Board Warrior

- Posts: 1095
- Joined: 2012-09-04, 15:19
- Location: Union City Georgia USA
Re: GetemAll! - Fork of DownthemAll!
Yeah, I only use the one click. Didn't think to try the other way.
Hell man, I turned 85yo July 28th and my mind is getting very forgetful.
Hell man, I turned 85yo July 28th and my mind is getting very forgetful.
--------------------------------------------------------------------------------------------------------------
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
1 TB Samsung 9100 Pro M2 SSD (Main)
2 TB Samsung 9100 Pro M2 SSD (storage)
500 GB Corsair T500 storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K
Pale Moon 33.9.x x64 AVX2 build
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda
-
moonbat
- Knows the dark side

- Posts: 5747
- Joined: 2015-12-09, 15:45
Re: GetemAll! - Fork of DownthemAll!
The best way to learn about a new software (or what has changed in a new version) is to explore the preferences 
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net