Search found 7 matches
- 22 Oct 2016, 11:52
- Forum: Episode / Movie Naming Scheme
- Topic: Parent Folder with different Files
- Replies: 3
- Views: 3090
Re: Parent Folder with different Files
But black hole time travel magic is the future of technology - KEEP UP! :lol: Well, let me explain it how my mind would solve this problem (without knowing anything about coding) I have 3 Files from one show. 1. ABC - S01E01 - XYZ [1080p, DD+ 5.1] (WEB-DL).mkv 2. ABC - S01E02 - XYZ [720p, 2.0] (HDTV ...
- 22 Oct 2016, 09:06
- Forum: Episode / Movie Naming Scheme
- Topic: Parent Folder with different Files
- Replies: 3
- Views: 3090
Parent Folder with different Files
So. I was thinking that it would be neat to leave the filenames in it's clearest state - meaning {n.replace(":", " -").sortName('$2, $1')} - {s00e00} - {t.replace(":", " -")} and it's parent folder with all the other information. This is my current formula: /Volumes/TV Shows/{n.replace ...
- 12 Oct 2016, 09:46
- Forum: Episode / Movie Naming Scheme
- Topic: Add source binding only for specific files
- Replies: 9
- Views: 6102
Re: Add source binding only for specific files
So basically I should wait for an update. Nothing wrong with that. Can I bother you with my final questions? :oops: :arrow: Why do I need to do this: replace(':',' - ').replaceAll(/[\/:*"<>|]/,'-') What's the difference between replace and replaceAll and what does the dot between those two bindings ...
- 12 Oct 2016, 08:35
- Forum: Episode / Movie Naming Scheme
- Topic: Add source binding only for specific files
- Replies: 9
- Views: 6102
Re: Add source binding only for specific files
THANK YOU!! {'('+source.match(/BluRay|ABC|XYZ/)+')'} works like a charm. Thank you, thank you, thank you. Can I trouble you one more time? :oops: I seem to not get replacePart( '[$1]') to work ... That is my current format: {n.replace(':',' - ').replaceAll(/[\/:*"<>|]/,'-')sortName('$2, $1 ...
- 03 Oct 2016, 07:41
- Forum: Episode / Movie Naming Scheme
- Topic: Add source binding only for specific files
- Replies: 9
- Views: 6102
Re: Add source binding only for specific files
That works perfectly! Thank you! Do I put other sources into xyz separated by a symbol (if so, which one and how) or do I need to make another block for each specific source?
- 01 Oct 2016, 20:42
- Forum: Episode / Movie Naming Scheme
- Topic: Add source binding only for specific files
- Replies: 9
- Views: 6102
Re: Add source binding only for specific files
Thank you very much for that quick reply. It works perfectly except for the brackets "()" when the source WEB-DL is detected. I only want those brackets when the source is anything BUT WEB-DL (or Blu-Ray or Web-Rip etc) How do I avoid that? {n =~ /^The / ? n[4..-1]+', The' : n =~ /^A / ? n[2..-1 ...
- 01 Oct 2016, 13:07
- Forum: Episode / Movie Naming Scheme
- Topic: Add source binding only for specific files
- Replies: 9
- Views: 6102
Add source binding only for specific files
HI! First of all, thanks for this awesome program. Used it years (not to it's full extent) on my old windows machine. Now switched to a Mac and as with everything new you get, you want it to be perfect. So I try to use more of it's functionality now. Problem is, I don't know how to get things done ...