Search found 10 matches
- 09 Sep 2021, 00:25
- Forum: Episode / Movie Naming Scheme
- Topic: File size
- Replies: 10
- Views: 19702
Re: File size
Nice to hear this.
- 20 Feb 2019, 15:14
- Forum: Feature Requests and Bug Reports
- Topic: Classic movie naming problems
- Replies: 6
- Views: 4214
Re: Classic movie naming problems
FileBot 4.8.5 (r6090) JNA Native: 5.2.2 MediaInfo: 18.12 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2019-02-20 (r548) Groovy: 2.5.6 JRE: OpenJDK Runtime Environment 11.0.2 JVM: 64-bit OpenJDK 64-Bit Server VM CPU/MEM: 8 Core / 3 GB Max ...
- 20 Feb 2019, 12:38
- Forum: Feature Requests and Bug Reports
- Topic: Classic movie naming problems
- Replies: 6
- Views: 4214
Re: Classic movie naming problems
Dare I Weep, Dare I Mourn (1966)(VHSRip).avi null Eyes.of.Texas.(1948)(DVDRip).avi null Follow.the.Boys.(1944).avi null Giorgi.Saakadze.1943.DVDRip.XviD.avi null https://i.imgur.com/qxLixwK.png https://i.imgur.com/3WhBq9b.png https://i.imgur.com/oKpcyIk.png https://i.imgur.com/riVkxn9.png Changing ...
- 20 Feb 2019, 01:27
- Forum: Feature Requests and Bug Reports
- Topic: Classic movie naming problems
- Replies: 6
- Views: 4214
Re: Classic movie naming problems
I think I have what your asking for this time. Daughter.of.the.Dragon.1931.Lloyd.Corrigan.avi Here is another set. Reseed\Eyes.of.Texas.(1948)(DVDRip).avi null Reseed\Follow.the.Boys.(1944).avi null Reseed\Giorgi.Saakadze.1943.DVDRip.XviD.avi null Reseed\Dare I Weep, Dare I Mourn (1966)(VHSRip).avi ...
- 19 Feb 2019, 20:45
- Forum: Feature Requests and Bug Reports
- Topic: Classic movie naming problems
- Replies: 6
- Views: 4214
Classic movie naming problems
https://i.imgur.com/J0yaFpC.png Since I deal mainly with older movies FileBot tends to not choose the titles when it offers a selection. As a work around, does not always work, I put the IMDB number for the movie as the title (seen above). Is there a way that you can add a possible a spot within ...
- 23 Aug 2018, 15:38
- Forum: Windows
- Topic: No free version anymore?
- Replies: 30
- Views: 92028
Re: No free version anymore?
Must admit that I have had the same knee jerk reaction many haver had with you going to pay to use policy after such a long time it being free to use. I even backed off using it since then. Came back and was looking for free version again as I use your program vary rarely. But came to the conclusion ...
- 13 Mar 2016, 00:54
- Forum: Episode / Movie Naming Scheme
- Topic: (ask) How to rename movie with filesize in gigabytes
- Replies: 8
- Views: 7230
Re: (ask) How to rename movie with filesize in gigabytes
I am the one who asked in the other thread that rednoah linked to. He helped out a great deal in getting me straightened out with my coding. What I ended up with was two different codes. One for a MB file up to a GB and one for over a GB. For files from 1-999MB I use this: ({(file.length()/1024/1024 ...
- 24 Dec 2015, 21:49
- Forum: Episode / Movie Naming Scheme
- Topic: File size
- Replies: 10
- Views: 19702
Re: File size
file.length() is the size in bytes, 1e6 is 1.000.000, and as int means as Integer, so no decimals. Yes I understand that. I even mentioned it in my thanks for giving it to me. Just was wondering about trying to get that round option to work with this or think you can point to me an example of how ...
- 24 Dec 2015, 15:13
- Forum: Episode / Movie Naming Scheme
- Topic: File size
- Replies: 10
- Views: 19702
Re: File size
1. There's many ways... this is one of them: {file.length()/1e6 as int} 2. If {tags} or {source} doesn't work, you can use the matchAll function on the filename. There's plenty of example in the forums. 1. This helped out a great deal. The 1e6 was a bust since it gave bytes and that was not what I ...
- 23 Dec 2015, 18:27
- Forum: Episode / Movie Naming Scheme
- Topic: File size
- Replies: 10
- Views: 19702
File size
I am a person who catalogs multiple movies but tend to have the size on the end of the folders to help differentiate between them. The Female Animal (1958)(VHSRip)(1.36) The Female Animal (1958)(VHSRip)(856) Is there a way to place the site as in the example above to the end of a folder through ...