[Plugin] Mover Tuning


Recommended Posts

11 minutes ago, yamraid said:

 

Ah ok - thanks for the explanation. I did try an uninstall/reinstall and that didn't have any effect. I've not noticed the behaviour with any of my other plugins, but I'll certainly keep an eye on it. Ultimately, it's now working after saving but I'll see if I can identify any correlating behaviour in other areas. Appreciate your help!

Usually this behavior is when you first install the plug-in.  Generally you make some changes, save, then come back in and the settings should look and work correct.  There is something going on with the disable javascript that I have not been able to track down.

Link to comment
13 minutes ago, hugenbdd said:

There is something going on with the disable javascript that I have not been able to track down.

The javascript uses the "toggleAttr" function which always toggles disabled/enabled regardless of the value. Could possibly pass a value and change the function to "disableAttr" which only disables it if the value is "no". This wouldn't fix the error in the initial load in, but would fix it when the user does toggle the setting.

 

I think perhaps an easy fix would be to change each variable in the php script from this:

$ageDisabled = ($cfg['age'] == "no") ? "disabled" : "";

to this:

$ageDisabled = ($cfg['age'] != "yes") ? "disabled" : "";

This way if the variable does not yet exist it will still be disabled and the HTML will default to "No" because the code is written with this option first?

  • Like 1
Link to comment
7 hours ago, Swarles said:

Thanks! This confirms the behaviour.

Because your nvme_cache pool is above 25% used, it will always move all the shares that are (cache--->array) to the array and ignoring other mover tuning settings. I suspect that you have other (non cache-->array) shares that are taking up more than 25% of the nvme_cache pool, so this behaviour will always happen. This results in all files in those shares being listed for a move, but then they are again listed later for a move based on the mover settings (because the mover only runs once at the end). As a result, it gets moved and then later when it tries to move it again, it no longer is in the original directory and hence lstat error. Hugenbd has implemented a check to see if the file/directory exists before attempting the move. The error is harmless but will be fixed in the next release :)

 

ok so to fix this behavior I can merely set "Move All from Cache-Yes shares when disk is above a certain percentage:" to NO?

Link to comment
13 minutes ago, DontWorryScro said:

ok so to fix this behavior I can merely set "Move All from Cache-Yes shares when disk is above a certain percentage:" to NO?

Yeah that is correct but only if you don't want that behaviour. The error is harmless, so don't change it just because of the error if that is the functionality you want :)

  • Thanks 1
Link to comment
4 hours ago, yamraid said:

Ah ok - thanks for the explanation. I did try an uninstall/reinstall and that didn't have any effect. I've not noticed the behaviour with any of my other plugins, but I'll certainly keep an eye on it. Ultimately, it's now working after saving but I'll see if I can identify any correlating behaviour in other areas. Appreciate your help!

I have found the error now. Expect it to be fixed in the next release :)

  • Like 2
Link to comment
1 minute ago, Swarles said:

I have found the error now. Expect it to be fixed in the next release :)

nope!
I just released yesterdays fixes.  ;)  next next release...

#6-21-2023
- Fix spaces in before script file path (Swarles 6-18-2023)
- Fix spaces in after script file path (Swarles 6-18-2023)
- Fix spaces in ignore file list path (Swarles 6-18-2023)
- Add check before moving to make sure file or directory exists to avoid binary mover lstat error. (DontWorryScro 6-19-2023)

Edited by hugenbdd
  • Like 3
Link to comment
1 minute ago, hugenbdd said:

nope!
I just released yesterdays fixes.  ;)  next next release...

#6-21-2023
- Fix spaces in before script file path (Swarles 6-18-2023)
- Fix spaces in after script file path (Swarles 6-18-2023)
- Fix spaces in ignore file list path (Swarles 6-18-2023)
- Add check before moving to make sure file or directory exists to avoid binary mover lstat error. (DontWorryScro 6-19-2023)

 

I am honored to have been mentioned in the Release notes for the lstat error fix lol.  Thanks for all you guys do!

  • Like 1
Link to comment
1 minute ago, DontWorryScro said:

 

I am honored to have been mentioned in the Release notes for the lstat error fix lol.  Thanks for all you guys do!

I figured it would help identify issues easier in the future.  if we ever have to come sort through this 43 page thread.

Link to comment

I have the problem that i recieve every night an email notification about the force mover run.

I configured to 00:00 and every time it runs it sends me the log per mail, i set also an different time to run the force mover and the notification switches.

 

It is possible that it is an old setting which i set, but i cant find any information:

 

subject of mail:

cron for user root /usr/local/sbin/mover.old start 2>/dev/null

 

Message: (if files will be moved, they are logged also)

mover: started

mover: finished

 

Edit:
This happens since upgrade to 6.12 RC Releases

Edited by unr41dus3r
Link to comment

Hi, 

 

Just installed the plugin and tried to configure to only move files older than X days, but I think I'm facing a bug on the plugin UI.

 

The "move files that are greater than this many days old" selection box greyes out when I set "move files off cache based on age?"

to YES:

80407996_Capturadepantallade2023-06-2515-47-02.png.7de3dc3b409e6f01268764e9c58970c6.png

 

And it let me choose the days if I set the option to NO:

1222841527_Capturadepantallade2023-06-2515-47-23.png.f499c817677315e8414f88b8976b29ea.png

 

Looks like the selection mechanism is inverted, isn't it?

 

Latest version of the plugin from the CA, Unraid 6.12.1.

 

EDIT: Never mind, saw that was asked before. it's just a matter of changing some option, clicking apply and reloading the UI. After that it goes fine.

Edited by PsychoRS
Link to comment
1 hour ago, PsychoRS said:

EDIT: Never mind, saw that was asked before. it's just a matter of changing some option, clicking apply and reloading the UI. After that it goes fine.

Yep! Fix will be in the next release from hugenbdd :)

 

On 6/24/2023 at 4:12 AM, unr41dus3r said:

I have the problem that i recieve every night an email notification about the force mover run.

I have been trying to figure out this one with no luck so far. I know where the message is originating but just not sure why. What settings do you use on the notifications page? (don't share the smtp stuff just the top section)

  • Like 2
Link to comment

So, perhaps I don't quite understand how the 'threshold' value works, but based on my experience its my understanding that it checks the threshold of the total disk space used before it runs the mover command for each individual share. Ive noticed that once all of the big files are moved off of one share, other shares with large amounts of data don't get their data 'moved' because the threshold is no longer met.

 

It'd be great if there were an option to 'force' the mover for specific shares when the mover triggers at that threshold point. If my understanding was right, Ideally it would check the threshold at the start and move each share sequentially once it triggers, instead of doing the threshold check before each individual share is run.

Link to comment
On 6/25/2023 at 5:39 PM, Swarles said:

I have been trying to figure out this one with no luck so far. I know where the message is originating but just not sure why. What settings do you use on the notifications page? (don't share the smtp stuff just the top section)

 

Thanks for checking, this is my notification page:

 

image.thumb.png.36cf7d895cc69c7ae28f8f2abd48a09a.png

Edited by unr41dus3r
Link to comment
4 hours ago, dopeytree said:

Is there a way I can tell mover tuning to avoid moving files in a folder.

 

i.e do not move nzbget intermediate downloads folder 'data/usenet/intermediate'

There is no way to achieve this currently, but I believe there is a small change that can be made to the code to allow for this by simply including the path to the folder in the skip file list. The behaviour would skip all files and subfolders of the path given.

I’ll discuss with hugenbdd.

  • Like 1
  • Upvote 1
Link to comment

New Version 07-03-2023

 

HUGE thanks/Shout-out to @Swarles for the help with updating code fixes and adding a great new feature.  You can now have some customization per share.  It's great to have another forum member jump in with some good idea's and breathe some new life into the plug-in.

 

- Add check and creation of link to new binary move location. (Allows the plugin to survive a reboot)
- Fix first time save on scheduler page. (Swarles/Yamraid 6/21)
- Change "move all" default setting to No to not confuse new installs/users. (Swarles)
- Custom mover tuning settings for individual shares. Located at “Shares>[click share]>Mover Tuning”. Includes age, size, sparseness, file list, file types, hidden files/directories, move all override. (Swarles 6/2023)
 

 

image.thumb.png.a8d7163d5c5ba646ac7eef6b053d81c1.png

  • Like 1
  • Thanks 5
Link to comment
On 6/25/2023 at 5:39 PM, Swarles said:

I have been trying to figure out this one with no luck so far. I know where the message is originating but just not sure why. What settings do you use on the notifications page? (don't share the smtp stuff just the top section)

 

Can i provide any info for you to check this problem?

I did missconfigured my smtp settings and the mail failed, so the mover/cron is using the smtp settings.

 

I checked the syslog but nothing interesting in the timeframe when the force mover is running.

I did already an uninstall of the plugin, is this deleting all related information to the plugin?

Link to comment
8 hours ago, unr41dus3r said:

 

Can i provide any info for you to check this problem?

I did missconfigured my smtp settings and the mail failed, so the mover/cron is using the smtp settings.

 

I checked the syslog but nothing interesting in the timeframe when the force mover is running.

I did already an uninstall of the plugin, is this deleting all related information to the plugin?

Check your cron entries.

 

cat /etc/cron.d/root

Link to comment
4 hours ago, hugenbdd said:

Check your cron entries.

 

cat /etc/cron.d/root

 

It looks normal? Is the command mover.old?

 

image.png.054abc0f317ff32a9a2df652b1c96b61.png

 

 

I deleted the entry and reapply the setting, the entry is back.

 

This is the email i recieve:

image.png.e01655ed80ea9feba9d9731f436a2342.png

 

Do you know where it logs this? mover: started and mover: finished?

Edited by unr41dus3r
Link to comment
17 hours ago, unr41dus3r said:

 

It looks normal? Is the command mover.old?

 

image.png.054abc0f317ff32a9a2df652b1c96b61.png

 

 

I deleted the entry and reapply the setting, the entry is back.

 

This is the email i recieve:

image.png.e01655ed80ea9feba9d9731f436a2342.png

 

Do you know where it logs this? mover: started and mover: finished?

most logs are now stored under /tmp/Mover

Link to comment
3 minutes ago, hugenbdd said:

Can you post the output contents of this directory?
 

/boot/config/shares/

 

ls -ltr /boot/config/shares

Spoiler

-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Threes.Company.S04E25.DVDRip.XviD-SAiNTS.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E17.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Simpsons.S33E06.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Cosby.Show.S07E02.DVDRiP.XViD-MACRO.cfg
-rw------- 1 root root 435 Jan  5  2022 The.4400.S02E06.1080p.BluRay.x264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Storm.Chasers.S01E01.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E08.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E07.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E03.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E04.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E03.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E01.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E14.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E10.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S02E07.MULTi.1080p.WEB.H264-NERO.cfg
-rw------- 1 root root 435 Jan  5  2022 Hawkeye.S01E01.1080p.WEB.H264-DRYB.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E03.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 482 Jan  5  2022 Embyserver.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E07.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S01E13.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Atlantis.S02E10.1080p.BluRay.x264-FLHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E10.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E06.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E02.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E01.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E01.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 4400.S01E04.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 456 Jan  5  2022 complete.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E14.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.4400.S03E01.1080p.BluRay.x264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E18.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E13.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E05.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E03.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Helix.S01E07.1080p.BluRay.x264-ROVERS.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E18.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E04.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 443 Jan  5  2022 Exercise.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E02.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E09.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E04.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E15.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_storm.chasers.s01e03.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Genius.S02E07.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Thorp.2021.1080p.WEB-DL.DD5.1.H.264-EVO.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E16.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E13.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E02.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E25.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S04E11.1080p.BluRay.x264-HDMI.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E10.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E02.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Simpsons.S33E09.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Resident.S05E07.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Resident.S05E06.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Devils.Own.1997.720p.BluRay.x264-x0r.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Cosby.Show.S08E21.DVDRiP.XViD-MACRO.cfg
-rw------- 1 root root 435 Jan  5  2022 Rogue.River.2012.1080p.BluRay.x264-BRMP.cfg
-rw------- 1 root root 508 Jan  5  2022 MoviesHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Mother.Android.2021.1080p.WEB.H264-NAISU.cfg
-rw------- 1 root root 435 Jan  5  2022 Legacies.S04E09.1080p.WEB.H264-DEXTEROUS.cfg
-rw------- 1 root root 435 Jan  5  2022 La.Brea.S01E06.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 Jolt.2021.1080p.BluRay.x264-JustWatch.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E05.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E08.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E06.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E14.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E12.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E07.1080p.WEB.H264-GGEZ.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E01.MULTi.1080p.WEB.H264-AVON.cfg
-rw------- 1 root root 435 Jan  5  2022 Foundation.S01E10.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s01e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E13.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E10.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E07.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E04.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Atlantis.S02E07.1080p.BluRay.x264-FLHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E14.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E06.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E21.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E20.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 ARKANSAS\ 2020\ 1080p\ BluRay.cfg
-rw------- 1 root root 435 Jan  5  2022 ALF.S01E09.Jump.1986.DVDRip.x264-HANDJOB.cfg
-rw------- 1 root root 435 Jan  5  2022 4400.S01E08.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 helix.s01e01.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 455 Jan  5  2022 handbrakecomplete.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e07.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e04.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e03.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 cobra.kai.s04e05.1080p.web.h264-cakes.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_storm.chasers.s01e02.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_killer\ joe\ 2011\ BDrip\ 1080p.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s01e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Witcher.S02E04.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Riverdale.US.S05E11.1080p.WEB.H264-BiNGE.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E27.Show.Dog.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E16.Novel.Idea.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Legacies.S04E08.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E06.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E21.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E16.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S02E02.MULTi.1080p.WEB.H264-NERO.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E21.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E10.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E08.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Ghosts.2021.S01E07.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S02E07.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S04E09.1080p.BluRay.x264-HDMI.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E06.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E04.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S01E12.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E16.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E09.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E05.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E18.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E11.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E05.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 ALF.S04E02.Lies.1989.DVDRip.x264-HANDJOB.cfg
-rw------- 1 root root 435 Jan  5  2022 4400.S01E03.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 444 Jan  5  2022 tvshows.cfg
-rw------- 1 root root 435 Jan  5  2022 riverdale.us.s05e10.1080p.web.h264-cakes.cfg
-rw------- 1 root root 435 Jan  5  2022 helix.s01e05.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e15.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E15.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E09.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E01E02.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Michael.1996.720p.BluRay.x264-x0r.cfg
-rw------- 1 root root 435 Jan  5  2022 Manifest.S03E12.1080p.WEB.H264-STRONTiUM.cfg
-rw------- 1 root root 435 Jan  5  2022 Liar.Liar.1997.1080p.HDDVD.x264-hV.cfg
-rw------- 1 root root 435 Jan  5  2022 La.Brea.S01E09.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S02E02.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E06.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E01.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E11.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E05.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E09.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E03.MULTi.1080p.WEB.H264-AVON.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E10.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E09.1080p.WEB.H264-PECULATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E03.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E01.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E05.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E06.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 444 Jan  5  2022 Apps.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E21.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E13.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E08.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E03.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E14.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E12.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E06.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E03.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s01e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 heroes.s02e10.720p.bluray.x264.orpheus.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e16.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e02.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e07.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 457 Jan  5  2022 deluge_incomplete.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Michael.1996.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ARKANSAS\ 2020\ 1080p\ BluRay.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E23.1080p.WEB.h264-WEBTUBE.cfg
-rw------- 1 root root 435 Jan  5  2022 SEAL.Team.S05E06.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E11.REPACK.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E10.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How\ Its\ Made\ S23E31.720p\ HDTV\ x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E18.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E08.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E04.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Ghosts.2021.S01E08.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E19.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E01.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S01E10.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E11.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E10.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E11.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E02.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E01.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E16.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E02.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e01.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e06.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Peanuts.S01E05E06.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_4400.S01E07.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E11.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E07.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Simpsons.S33E08.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Resident.S05E09.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Expanse.S06E04.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 435 Jan  5  2022 Six\ Feet\ Under\ S01-05\ webhevc-d3g.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E06.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E01.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E07.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E07.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E05.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E19.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E02.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Greys.Anatomy.S11E25.1080i.HDTV.X264.NL.cfg
-rw------- 1 root root 435 Jan  5  2022 Ghosts.2021.S01E10.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Foundation.S01E03.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E17.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Cheers.S10E25.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E05.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E06.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E18.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 storm.chasers.s01e02.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e08.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e05.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Peanuts.S01E03E04.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Witcher.S02E08.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E22.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Librarians.S04E06.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Expanse.S06E01.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 455 Jan  5  2022 RecycleBin.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E25.Good.Dog.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E15.My.Blanket.HDTV.x264-W4F.cfg
-rw------- 1 root root 444 Jan  5  2022 New\ folder.cfg
-rw------- 1 root root 435 Jan  5  2022 Michael.1996.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E03.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E30.720p.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E29.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E04.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E22.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E09.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Foundation.S01E01.1080p.WEB.H264-GGEZ.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S04E01.1080p.BluRay.x264-HDMI.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E03.1080p.WEB.H264-PECULATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E12.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E06.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E01.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E07.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E04.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E12.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E05.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E20.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E07.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e08.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e13.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e10.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e08.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Witcher.S02E02.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E05.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E03.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Riverdale.US.S05E18.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E03E04.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E02.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E01-E02.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S02E04.MULTi.1080p.WEB.H264-NERO.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E02.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E01.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Helix.S01E08.1080p.BluRay.x264-ROVERS.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E17.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E11.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E07.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S02E06.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S02E05.1080p.BluRay.x264-HDMI-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E18.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E04.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E21.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E19.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 4400.S01E06.1080p.WEB.H264-DEXTEROUS.cfg
-rw------- 1 root root 435 Jan  5  2022 storm.chasers.s01e03.cfg
-rw------- 1 root root 435 Jan  5  2022 helix.s01e10.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e05.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e03.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e04.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s01e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Simpsons.S33E11.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Librarians.S04E11.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Cosby.Show.S07E22.DVDRiP.XViD-MACRO.cfg
-rw------- 1 root root 435 Jan  5  2022 Riverdale.US.S05E12.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 444 Jan  5  2022 Movies1080p.cfg
-rw------- 1 root root 435 Jan  5  2022 La.Brea.S01E10.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 La.Brea.S01E08.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E04.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E03.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E08.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E04.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E05.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E09.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S23E22.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E15.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E06.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E04.MULTi.1080p.WEB.H264-AVON.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e01.1080p.BDRip.cfg
-rw------- 1 root root 448 Jan  5  2022 Crashplan.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E02.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S01E04.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Cheers.S10E26.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E12.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E19.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E07.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E10.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 taking.chance.2009.1080p.web.x264-convoy.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E23.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Tower.Heist.2011.1080p.BluRay.x264-EbP.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Resident.S05E10.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Resident.S05E08.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Manifest.S03E11.720p.WEB.H264-STRONTiUM.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E02.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S02.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S28E09.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E04.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E05.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E01.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E05.MULTi.1080p.WEB.H264-AVON.cfg
-rw------- 1 root root 435 Jan  5  2022 Encounter.2021.MULTi.1080p.WEB.H264-LOST.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E23.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s05e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e03.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S04E12.1080p.BluRay.x264-HDMI.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E07.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E09.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E07.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E20.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E18.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E09.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E08.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E13.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 storm.chasers.s01e04.cfg
-rw------- 1 root root 435 Jan  5  2022 medium.s06e01.1080p.web.h264-strife-Pre.cfg
-rw------- 1 root root 435 Jan  5  2022 happy.days.s06e09.dvdrip.x264-regret.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e09.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e01.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 448 Jan  5  2022 btsync.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s03e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E18.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Librarians.S04E12.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E23.A.Little.Nap.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E19.Crazy.Mutt.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Medium.S06E09.1080p.HDTV.H264-TURBO.cfg
-rw------- 1 root root 435 Jan  5  2022 Looker.1981.1080p.BluRay.x264-nikt0.cfg
-rw------- 1 root root 435 Jan  5  2022 La.Brea.S01E07.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E07.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E20.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Finch.2021.MULTi.1080p.WEB.H264-LOST.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S11E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S09E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e04.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Cobra.Kai.S04E08.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E11.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S01E06.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E12.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E04.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E02.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E15.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E08.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 4400.S01E05.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 helix.s01e04.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e12.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s02e05.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e03.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 dominion.s01e02.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s04e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e01.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Librarians.S04E07.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 Red.Notice.2021.1080p.WEB.H264-PECULATE.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E05E06.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S01E01.1080p.BluRay.X264-DEFLATE.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E12.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 How.Its.Made.S27E07.1080p.WEB.h264-EDHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E19.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E12.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Hawkeye.S01E02.1080p.WEB.H264-DRYB.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E15.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E15.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E10.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S03E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Dexter.S02E02.1080p.BluRay.x264-HDMI.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E22.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E20.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E02.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E08.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E02.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Big.Shot.S01E05.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E19.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E22.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E17.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E16.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 ALF.S02E02.READNFO.DVDRip.XviD-FLAiR.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E17.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S12E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S11E11.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S07E18.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S06E09.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S05E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Simpsons.S33E07.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Librarians.S04E08.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E32.Philosphy.DSR.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S02E16.DVDRip.XviD-SAiNTS-4P.cfg
-rw------- 1 root root 435 Jan  5  2022 Greys.Anatomy.S15E02.1080p.AMZN.WEB-DL.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E02.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S10E03.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Atlantis.S02E09.1080p.BluRay.x264-FLHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E10.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E14.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 ALF.S01E06.READNFO.DVDRip.XviD-FLAiR.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S10E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E06.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Happy.Days.S04E22.DVDRip.XviD-OSiTV.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E11.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S03E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s06e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Expanse.S06E02.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 435 Jan  5  2022 Medium.S06E12.1080p.HDTV.H264-TURBO.cfg
-rw------- 1 root root 435 Jan  5  2022 Heroes.S04E17.1080p.BluRay.x264-aAF.cfg
-rw------- 1 root root 435 Jan  5  2022 Helix.S01E06.1080p.BluRay.x264-ROVERS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S14E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S13E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E08.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E03.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E09.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 killer\ joe\ 2011\ BDrip\ 1080p.cfg
-rw------- 1 root root 435 Jan  5  2022 helix.s01e03.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 457 Jan  5  2022 deluge_completed.cfg
-rw------- 1 root root 435 Jan  5  2022 debris.s01e11.1080p.web.h264-glhf.cfg
-rw------- 1 root root 435 Jan  5  2022 debris.s01e09.1080p.web.h264-ggez.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S14E04.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S13E19.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S09E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_ER.S04E05.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s05e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 _UNPACK_Downton.Abbey.s02e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Witcher.S02E06.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Voice.S21E21.1080p.WEB.h264-KOGi.cfg
-rw------- 1 root root 435 Jan  5  2022 The.Beyond.2018.720p.WEB-DL.H264.AC3-EVO.cfg
-rw------- 1 root root 435 Jan  5  2022 Peanuts.S01E09E10.HDTV.x264-W4F.cfg
-rw------- 1 root root 435 Jan  5  2022 Legacies.S04E05.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan  5  2022 Humans.S03E05.1080p.BluRay.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan  5  2022 Hellbound.S01E06.1080p.WEB.h264-LAMBiC.cfg
-rw------- 1 root root 435 Jan  5  2022 Genius.S03E06.MULTi.1080p.WEB.H264-AVON.cfg
-rw------- 1 root root 435 Jan  5  2022 Foundation.S01E09.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E13.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S12E01.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E16.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S07E07.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E21.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S06E02.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S05E12.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E22.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E20.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 ER.S04E14.1080p.WEB.H264-HOTLiPS.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s06e08.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s04e05.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s03e06.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e07.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Downton.Abbey.s02e02.1080p.BDRip.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E16.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Coach.S03E03.iNTERNAL.DVDRip.x264-REGRET.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E10.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Camelot.S01E09.720p.BluRay.X264-REWARD.cfg
-rw------- 1 root root 435 Jan  5  2022 Billions.S01E03.1080p.BluRay.x264-WiKi.cfg
-rw------- 1 root root 435 Jan  5  2022 Atlantis.S02E08.1080p.BluRay.x264-FLHD.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S05E22.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E15.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S04E13.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  5  2022 Andromeda.S03E17.1080p.BluRay.x264-TAXES.cfg
-rw------- 1 root root 435 Jan  6  2022 The.Expanse.S06E05.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 435 Jan  7  2022 The\ Honeymooners.cfg
-rw------- 1 root root 435 Jan  7  2022 good.sam.s01e01.1080p.web.h264-ggez.cfg
-rw------- 1 root root 435 Jan  8  2022 preacher.s04e08.1080p.bluray.x264-rovers.cfg
-rw------- 1 root root 435 Jan  9  2022 _UNPACK_1883.S01E04.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan  9  2022 1883.S01E04.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan 10  2022 Pivoting.S01E01.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan 11  2022 Spencer.2021.1080p.BluRay.x264-PiGNUS.cfg
-rw------- 1 root root 435 Jan 12  2022 Kingdom.2019.BDRip.x264-JustWatch.cfg
-rw------- 1 root root 435 Jan 13  2022 Good.Sam.S01E02.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan 13  2022 The.Expanse.S06E06.1080p.WEB.H264-GLHF.cfg
-rw------- 1 root root 443 Jan 14  2022 Ghosts.2021.S01E12.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan 14  2022 Pivoting.S01E02.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan 14  2022 After.Life.S03E03.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan 18  2022 4400.S01E09.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 450 Jan 19  2022 Concerts.cfg
-rw------- 1 root root 435 Jan 20  2022 Good.Sam.S01E03.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan 21  2022 Pivoting.S01E03.1080p.WEB.H264-CAKES.cfg
-rw------- 1 root root 435 Jan 21  2022 Outlander\ S01E08.1080p\ BluRay\ x264-FLHD.cfg
-rw------- 1 root root 435 Jan 21  2022 Outlander.S01E01.1080p.BluRay.x264-FLHD.cfg
-rw------- 1 root root 435 Jan 21  2022 Ghosts.2021.S01E13.1080p.WEB.h264-GOSSIP.cfg
-rw------- 1 root root 435 Jan 21  2022 Billions.S06E01.1080p.WEB.H264-GGEZ.cfg
-rw------- 1 root root 435 Jan 22  2022 Servant.S03E01.MULTi.1080p.WEB.H264-HERC.cfg
-rw------- 1 root root 435 Jan 22  2022 MythBusters.S13E04.HDTV.x264-KILLERS.cfg
-rw------- 1 root root 435 Jan 22  2022 _UNPACK_mythbusters.s02e01.dsr.xvid.cfg
-rw------- 1 root root 435 Jan 22  2022 mythbusters.s02e01.dsr.xvid.cfg
-rw------- 1 root root 435 Jan 22  2022 _UNPACK_Mythbusters.S20E12.HDTV.x264-NY2.cfg
-rw------- 1 root root 435 Jan 22  2022 Mythbusters.S20E12.HDTV.x264-NY2.cfg
-rw------- 1 root root 435 Jan 22  2022 Mythbusters.S11E06.HDTV.x264-KILLERS.cfg
-rw------- 1 root root 435 Jan 22  2022 mythbusters.S10E08.SDTV-yestv-Obfuscated.cfg
-rw------- 1 root root 435 Jan 22  2022 _UNPACK_Mythbusters.s03e22.Vodka.Myths.cfg
-rw------- 1 root root 435 Jan 22  2022 Mythbusters.s03e22.Vodka.Myths.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e24.720p.HDTV.x264-ORENJi.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e02.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e04.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e12.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e14.720p.HDTV.x264-SYS.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e15.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e16.720p.HDTV.x264-SYS.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e17.720p.HDTV.x264.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e19.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e20.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e21.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e22.720p.HDTV.x264-DHD.cfg
-rw------- 1 root root 435 Jan 23  2022 Mythbusters.s07e23.720p.HDTV.x264-ORENJi.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E12.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E13.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E14.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E15.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E16.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 MythBusters.S08E17.720p.HDTV.x264-aAF.cfg
-rw------- 1 root root 435 Jan 23  2022 Macross\ 7\ Encore.cfg
-rw------- 1 root root 435 Jan 23  2022 Macross\ 7\ Dynamite.cfg
-rw------- 1 root root 435 Jan 23  2022 Macross\ 7.cfg
-rw------- 1 root root 435 Jan 24  2022 _UNPACK_Derek.S01.BDRip.x264-HAGGiS.cfg
-rw------- 1 root root 435 Jan 24  2022 Derek.S01.BDRip.x264-HAGGiS.cfg
-rw------- 1 root root 435 Jan 24  2022 _UNPACK_Derek.S02.DVDRip.X264-iNGOT.cfg
-rw------- 1 root root 435 Jan 24  2022 Derek.S02.DVDRip.X264-iNGOT.cfg
-rw------- 1 root root 449 Jan 24  2022 movie.cfg
-rw------- 1 root root 451 Feb 20  2022 Linux.cfg
-rw------- 1 root root 435 Feb 28  2022 indexTree.cfg
-rw------- 1 root root 454 Mar 10  2022 usenet.cfg
-rw------- 1 root root 457 Mar 12  2022 family_videos.cfg
-rw------- 1 root root 435 Mar 12  2022 The.Walk.2015.1080p.REMUX-MaxxPowers.cfg
-rw------- 1 root root 435 Mar 12  2022 DOG.2022.MULTI.1080p.WEB.H264-LOST.cfg
-rw------- 1 root root 435 Mar 12  2022 pivoting.s01e10.1080p.web.h264-cakes.cfg
-rw------- 1 root root 435 Mar 14  2022 American.Idol.S20E03.720p.WEB.h264-KOGi.cfg
-rw------- 1 root root 465 Mar 16  2022 Plex.cfg
-rw------- 1 root root 454 Jun 10  2022 PlexMediaServer.cfg
-rw------- 1 root root 435 Jan 28 01:10 _UNPACK_test_download_10GB.cfg
-rw------- 1 root root 435 Jan 28 01:11 test_download_10GB.cfg
-rw------- 1 root root 435 Jan 29 15:45 _UNPACK_test_download_10GB.1.cfg
-rw------- 1 root root 435 Jan 29 15:46 test_download_10GB.1.cfg
-rw------- 1 root root 435 Apr 27 18:38 _UNPACK_test_download_1000MB.cfg
-rw------- 1 root root 435 Apr 27 18:38 test_download_1000MB.cfg
-rw------- 1 root root 435 Apr 29 15:32 _UNPACK_test_download_1000MB.1.cfg
-rw------- 1 root root 435 Apr 29 15:32 test_download_1000MB.1.cfg
-rw------- 1 root root 435 Apr 29 15:35 _UNPACK_test_download_1000MB.2.cfg
-rw------- 1 root root 435 Apr 29 15:35 test_download_1000MB.2.cfg
-rw------- 1 root root 435 Apr 29 15:38 _UNPACK_test_download_1000MB.3.cfg
-rw------- 1 root root 435 Apr 29 15:39 test_download_1000MB.3.cfg
-rw------- 1 root root 435 Apr 29 15:39 _UNPACK_test_download_1000MB.4.cfg
-rw------- 1 root root 435 Apr 29 15:39 test_download_1000MB.4.cfg
-rw------- 1 root root 435 Apr 29 15:40 _UNPACK_test_download_1000MB.5.cfg
-rw------- 1 root root 435 Apr 29 15:40 test_download_1000MB.5.cfg
-rw------- 1 root root 435 Apr 30 00:04 _UNPACK_test_download_10GB.2.cfg
-rw------- 1 root root 435 Apr 30 00:08 test_download_10GB.2.cfg
-rw------- 1 root root 435 Apr 30 00:13 _UNPACK_test_download_10GB.3.cfg
-rw------- 1 root root 435 Apr 30 00:16 test_download_10GB.3.cfg
-rw------- 1 root root 435 Apr 30 00:18 _UNPACK_test_download_10GB.4.cfg
-rw------- 1 root root 435 Apr 30 00:21 test_download_10GB.4.cfg
-rw------- 1 root root 451 May  7 12:42 Foreign\ TV\ Shows.cfg
-rw------- 1 root root 457 May 24 20:32 4k\ Movies.cfg
-rw------- 1 root root 463 May 26 23:41 movies-unpack.cfg
-rw------- 1 root root 463 May 26 23:43 tv-unpack.cfg
-rw------- 1 root root 435 May 29 00:34 Transcode.cfg
-rw------- 1 root root 435 Jun 15 10:50 retronas.cfg
-rw------- 1 root root 448 Jun 16 23:10 CommunityApplicationsAppdataBackup.cfg
-rw------- 1 root root 453 Jun 18 11:02 data.cfg
-rw------- 1 root root 435 Jun 23 15:31 Outlander.S07E02.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 435 Jun 23 22:20 Blaze.2022.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 435 Jun 24 13:25 Christmas.Twister.2012.1080p.WEBRip.x264.cfg
-rw------- 1 root root 435 Jun 24 13:33 Jolene.2008.1080p.BluRay.DTS.x264-VietHD.cfg
-rw------- 1 root root 435 Jun 25 02:25 Joe.Pickett.S02E05.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 435 Jun 27 03:37 Cruel.Summer.S02E05.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:28 The.Witcher.S03E02.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:28 The.Witcher.S03E04.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:28 The.Witcher.S03E03.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:28 The.Witcher.S03E05.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:34 The.Witcher.S03E01.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:44 Mayans.M.C.S05E07.1080p.WEB.h264-ETHEL.cfg
-rw------- 1 root root 435 Jun 29 03:44 Warrior.S03E02.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 435 Jun 29 04:00 Warrior.S03E01.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 435 Jun 29 04:00 Mayans.M.C.S05E07.1080p.WEB.h264-ETHEL.1.cfg
-rw------- 1 root root 435 Jun 29 05:17 Warrior.S03E03.1080p.WEB.H264-NHTFS.cfg
-rw------- 1 root root 435 Jun 29 21:20 Silo.S01E10.1080p.WEB.H264-NHTFS.cfg
-rw------- 1 root root 435 Jun 30 00:26 Outlander.S07E03.1080p.WEB.h264-EDITH.cfg
-rw------- 1 root root 462 Jun 30 19:58 sab_complete.cfg
-rw------- 1 root root 475 Jul  1 23:53 appdata.cfg
-rw------- 1 root root 472 Jul  1 23:54 docker.cfg
-rw------- 1 root root 473 Jul  1 23:54 system.cfg
-rw------- 1 root root 471 Jul  1 23:54 isos.cfg
-rw------- 1 root root 479 Jul  1 23:54 domains.cfg
-rw------- 1 root root 457 Jul  1 23:54 sabcomplete.cfg
-rw------- 1 root root 459 Jul  1 23:54 sabincomplete.cfg
-rw------- 1 root root 467 Jul  2 18:42 4K.cfg
-rw------- 1 root root 471 Jul  2 18:43 Anime.cfg
-rw------- 1 root root 475 Jul  2 18:43 familyvideos.cfg
-rw------- 1 root root 475 Jul  2 18:43 foreignmovies.cfg
-rw------- 1 root root 477 Jul  2 18:43 foreigntv.cfg
-rw------- 1 root root 469 Jul  2 20:41 Misc.cfg
-rw------- 1 root root 473 Jul  4 18:48 tv.cfg
-rw------- 1 root root 478 Jul  4 18:49 movies.cfg

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.