Search found 7 matches

by NickBurns
31 Dec 2020, 05:19
Forum: Episode / Movie Naming Scheme
Topic: Naming Issues: PBS Show The Piano Guy
Replies: 2
Views: 4817

Naming Issues: PBS Show The Piano Guy

I have several seasons of The Piano Guy recorded from BeyondTV (File Format: The Piano Guy-2012-09-02-0.tp)

FileBot is having difficulty finding the show, what options do I have to use for matching?
by NickBurns
27 Dec 2020, 07:35
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

Here's my command filebot -script fn:amc --output "R:/Shared Videos/Media" --action MOVE -non-strict "R:/Shared Videos/TV" --log-file "E:/BeyondTV/EX2ULTRA.log" --def excludeList="E:/BeyondTV/EX2ULTRA.txt" movieFormat="{plex}" seriesFormat="{ple...
by NickBurns
27 Dec 2020, 00:41
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

Darn. OK, so if I'm going to move the files and my new drive will not hold all the files will my command look something like this: filebot -script fn:amc --output "E:/BeyondTV" --action move -non-strict "E:/Media" --log-file amc.log --def excludeList=amc.txt movieFormat="{pl...
by NickBurns
25 Dec 2020, 07:34
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

That last point is interesting ... how do I run it on my NAS? I'm assuming you don't mean by running a cmd prompt

My NAS devices are:
  • WD MyCloudEX2Ultra
  • WD MyCloudEX4100
  • Netgear ReadyNAS NV+
  • Buffalo LinkStation
by NickBurns
25 Dec 2020, 05:51
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

Thanks

The destination drive will not have enough space for all the files (I have several NAS boxes to rename), so it looks like I will need to -rename the files in place, or should I -action move the files to ""R:/Shared Videos/TV" (etc on the various drives)?
by NickBurns
25 Dec 2020, 03:11
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

OK, trying my first test, I've run the following to try the hardlink, but it didn't work filebot -script fn:amc --output "E:/BeyondTV" --action hardlink -non-strict "R:/Shared Videos/TV/_Nick" --log-file amc.log --def excludeList=amc.txt movieFormat="{plex}" seriesForma...
by NickBurns
25 Nov 2020, 14:46
Forum: Windows
Topic: Rename DVR content
Replies: 13
Views: 13361

Re: Rename DVR content

Thanks for posting this on my behalf! The hardlinks option looks promising!
Searching the forums, it looks as though I would use --action duplicate to create the symlink/hardlink. :)