Search found 11 matches

by Mute
11 Nov 2015, 11:29
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37208

Re: Music Mode AKA Processing Music files via AcoustID

Is there a string for adding 16 bit lossless vs 24 bit lossless to the filename? I know we can use {audio.BitRateString} to get the specific kbps of the audio stream, and {audio.BitRate} to get the bit rate. I don't know enough about audio codecs/formats/players to know how to ask this question prop...
by Mute
01 Oct 2015, 02:34
Forum: Feature Requests and Bug Reports
Topic: Upgrade/Update Notices
Replies: 1
Views: 2392

Upgrade/Update Notices

Hey bud! Still, after years, been using your awesome software, and I can't believe how great it still is. Kudos to you on that front. However, I find some of the incremental updates trivial, and don't want to bother updating. But each time I open FileBot, it prompts me about an updated version. http...
by Mute
04 Nov 2014, 18:56
Forum: Help and Support
Topic: Why is FileBot so slow at calculating CRC values?
Replies: 6
Views: 4215

Re: Why is FileBot so slow at calculating CRC values?

That's really cool. I haven't played with Groovy at all. I'll check that out. Thanks!
by Mute
04 Nov 2014, 15:46
Forum: Help and Support
Topic: Why is FileBot so slow at calculating CRC values?
Replies: 6
Views: 4215

Re: Why is FileBot so slow at calculating CRC values?

Fair enough. Thanks for the reply. Still, it would be awesome if we could toggle FileBot into multi-threaded mode. Multicore processors are the standard now, and many are "hyperthreaded." It's not uncommon to see 4-8 logical core machines in the consumer space, and data integrity concerns ...
by Mute
03 Nov 2014, 22:13
Forum: Help and Support
Topic: Why is FileBot so slow at calculating CRC values?
Replies: 6
Views: 4215

Why is FileBot so slow at calculating CRC values?

I like to rename files to include a CRC value. I do this so that if I ever suspect there has been data corruption or data loss in my disk array, I can just run all the files through a hash checker to find corrupted or partial files (I started employing this practice after a RAID5 rebuild went wrong)...
by Mute
12 Jun 2014, 21:47
Forum: Feature Requests and Bug Reports
Topic: Scrape Last.fm for Music Metadata
Replies: 1
Views: 2040

Scrape Last.fm for Music Metadata

I noticed today that Plex uses last.fm to identify music tracks that you add to a library.

Would it be possible to make FileBot scrape last.fm?
by Mute
12 Jun 2014, 20:47
Forum: Episode / Movie Naming Scheme
Topic: MultiCD naming: {pi} VS {fn.match(/CD\d/)}
Replies: 12
Views: 54172

Re: MultiCD naming: {pi} VS {fn.match(/CD\d/)}

What if my multi-CD music files are sorted as follows:

Artist\Album\CD01\Track-name.ext
Artist\Album\CD02\Track-name.ext

Is there are way to rename and keep the CD number in the directory structure?
by Mute
15 Apr 2014, 16:16
Forum: Feature Requests and Bug Reports
Topic: Write ID3 tags from AcoutID info
Replies: 1
Views: 2361

Write ID3 tags from AcoutID info

Is it possible to make FileBot write ID3 tags to music files that it has pulled AcoustID information for? I went through the process of renaming a lot of my music using FileBot/AcoustID, but it was a futile process, since importing the renamed tracks into iTunes still yields a useless entry in the l...
by Mute
19 Feb 2014, 22:02
Forum: Feature Requests and Bug Reports
Topic: [Feature] Inline Editing of Filenames
Replies: 4
Views: 3476

Re: [Feature] Inline Editing of Filenames

Woooo! Awesome ^_^b

Tested it on three renames and it worked just fine.

I've donated (again) as thanks for your work.
by Mute
19 Feb 2014, 19:33
Forum: Feature Requests and Bug Reports
Topic: [Feature] Inline Editing of Filenames
Replies: 4
Views: 3476

Re: [Feature] Inline Editing of Filenames

Any particular reason why? Adding additional groups to the list solves part of the problem, but doesn't address false positives. I'll switch to the regex match instead of using {group} for now. Modifying groups is only one example of why it would be useful to manually edit new filenames, though. The...
by Mute
19 Feb 2014, 17:44
Forum: Feature Requests and Bug Reports
Topic: [Feature] Inline Editing of Filenames
Replies: 4
Views: 3476

[Feature] Inline Editing of Filenames

I'd like to be able to edit a proposed filename inline before Filebot executes the rename process. Sometimes I want to tweak part of a filename, or Filebot misses or misidentifies the encoding group, and I want to be able to adjust the filename within Filebot instead of having to manually locate and...