Jump to content


Photo

.del files?


  • Please log in to reply
72 replies to this topic

#1 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 11:08

Hi,

 

I've seen I have .del files in the trash. I think these are files which must be deleted but why they were not deleted? I've deleted then the previous day and they take ~20 Go.

 

Thank you.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #2 Pr2

  • PLi® Contributor
  • 6,070 posts

+257
Excellent

Posted 29 January 2018 - 13:58

Hi,

 

It is like on computer files remains in trash until you empty the trash, or enable the parameter to automatically clean it up after xx days.

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: .del files? #3 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 14:42

I keep files 8 days in the trash and after 8 days, they disappear automatically but sometimes I delete them in the trash before the 8 days.

 

In this case I deleted these files in the trash. There were not visible but I've seen the .del files with the Windows explorer. It's the first time I see these files.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #4 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 29 January 2018 - 15:05

you can delete them with

init 4

rm *.del

init 3

these files are invalid userbouquets without entries in bouquets.tv, next time enogma2 starts these files will get ending .del, work around, menu->setup->system->customize-->load unlinked userbouquets (yes), next time you copy any userbouquet....tv into /etc/enigma2 will show up in user bouquets



Re: .del files? #5 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 29 January 2018 - 15:24

init 4

rm *.del

init 3

 

By the way, what command should be used to move a file in HDD from one folder to another? It takes ages to copy long files to the computer, then copy them back to the new place on the HDD of my box and then remove the original files.

Let's say I have a file called. film.ts in the root of my HDD and I would like to move it to HDD/movie folder.

Also, is there a command to move ALL files in the root of my HDD to HDD/movie folder?

Thanks.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: .del files? #6 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 15:33

No, there are not user bouquets, there were movie files. For example, if I have deleted "Supergirl", I saw (I don't remember exactly how the name is constructed) :

20171221 SERIE CLUB Supergirl.ts.del

20171221 SERIE CLUB Supergirl.eit.del

20171221 SERIE CLUB Supergirl.cuts.del

20171221 SERIE CLUB Supergirl.ap.del

20171221 SERIE CLUB Supergirl.sc.del

 

And I deleted them from Windows Explorer. It's easier ;) .

 

 

Robinson, you can move a file from MoviePlayer. You select the file, you choose "Copy" or "Move" from the File Menu or you affect these functions to colour keys (=> Parameters).

 

You can also use a Telnet session and use the command mv (move) :

    mv folder1/file folder2/file

 

I don't exactly remember the path, it could be :

    mv /media/hdd/file /media/hdd/movie/file

 

For file you can use generic characters as *.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #7 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 29 January 2018 - 15:34

use move command (mv), it renames or move files

 

Usage: mv [-fin] SOURCE DEST
or: mv [-fin] SOURCE... DIRECTORY

Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY

        -f      Don't prompt before overwriting
        -i      Interactive, prompt before overwrite
        -n      Don't overwrite an existing file

 

mv /file.ts /hdd/movie

or giving it another name

mv /file.ts /hdd/movie/soso.ts



Re: .del files? #8 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 29 January 2018 - 16:02

In this case I deleted these files in the trash. 

 

How did you do that? With the red button, and confirming with "yes"?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: .del files? #9 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 17:24

Yes, absolutely ;) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #10 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 29 January 2018 - 18:49

Maybe the "del" files are from EMC or some other plugin. The regular one doesn't create these files, it just moves them to the trash directory.

By the way, you can delete files whenever you like in Linux, no need for the "init 4 ; init 3" dance.
Real musicians never die - they just decompose

Re: .del files? #11 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 19:45

I don't know what is EMC. But these files aren't seen by MoviePlayer. I've discovered them by chance with Windows Explorer.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #12 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 January 2018 - 20:02

Do you use timeshift?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: .del files? #13 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 29 January 2018 - 20:56

Both wrong. ;) I did a bit of digging:

 

The .del extension comes from the background file eraser. It renames the file to be deleted, then loops to truncate the file in chunks, I assume to avoid blocking the mainloop or a I/O overload.

 

If Enigma crashes, if you restart Enigma or the box, of if you switch the box off, and the loop isn't finished, you will end up with a half truncated .del file... 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: .del files? #14 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 January 2018 - 21:17

Not really wrong ;) Timeshift deletes the not any longer used timeshift files via the background file eraser.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: .del files? #15 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 29 January 2018 - 21:28

;)


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: .del files? #16 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 29 January 2018 - 23:13

I never used timeshift but I had a "crash" with a restart a few hours after I deleted the movies.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #17 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 29 January 2018 - 23:32

Which is most likely the case.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: .del files? #18 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 30 January 2018 - 08:54

Yes but I was surprised the .del files can exist several hours after I've deleted the files. If I delete files later, will the process delete also these "lost" files?


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: .del files? #19 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 30 January 2018 - 10:56

I doubt that, otherwise you wouldn't have noticed them.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: .del files? #20 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 30 January 2018 - 11:24

I can't be absolutely sure because my memory becomes less good but in my memories, I've deleted the files at the beginning of the afternoon and the crash was at 21 o'clock.

 

But do you know if the process is broken, can it delete later these lost files?


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users