Wishlist for New Features and Scripts
Re: Wishlist for New Features and Scripts
That's already supported. Please learn how to use the format, and this exact use case, 3D Movies, is in the examples.
Re: Wishlist for New Features and Scripts
I second that. I watch more downloaded sports than anything. Right now I've got the files just being moved to a folder, but I would absolutely love to have them renamed to something better than the original filename.Support Content / Sports DB. ????
While I used FileBot for TV's and Movies, I've been using my own scripts for renaming and indexing sports content as I have never really found a good source/DB for sports metadata. I recently came across www.TheSportsDB.com and it seems to have a lot of the content I'm after. Before I start writing my own scripts, I wanted to check if this was a DB that FileBot would consider using in it's lookups? It's by far the most comprehensive sports DB/metadata site I've found and seems to be steadily growing.
Thanks.
Re: Wishlist for New Features and Scripts
I'll jump in for thirds! Would love to see sports addedmudsloth wrote:I second that. I watch more downloaded sports than anything. Right now I've got the files just being moved to a folder, but I would absolutely love to have them renamed to something better than the original filename.Support Content / Sports DB. ????
While I used FileBot for TV's and Movies, I've been using my own scripts for renaming and indexing sports content as I have never really found a good source/DB for sports metadata. I recently came across http://www.TheSportsDB.com and it seems to have a lot of the content I'm after. Before I start writing my own scripts, I wanted to check if this was a DB that FileBot would consider using in it's lookups? It's by far the most comprehensive sports DB/metadata site I've found and seems to be steadily growing.
Thanks.

Re: Wishlist for New Features and Scripts
i'd love a dedicated search field. A lot of movies are not coming up with results and the shift left click trick hasn't worked for me in a long time.
Re: Wishlist for New Features and Scripts
1.
Please post the filenames of the movies that don't work.
2.
The SHIFT+Click trick hasn't changed. It works.
3.
Are you using Match Mode: Strict by any chance?
Please post the filenames of the movies that don't work.
2.
The SHIFT+Click trick hasn't changed. It works.
3.
Are you using Match Mode: Strict by any chance?
Re: Wishlist for New Features and Scripts
This is a fantastic Matroska reference, btw.

Re: Wishlist for New Features and Scripts
i would like to move file to some dir and link against other.
I am using mergerfs and copying over mergerfs is slower than local disk, i cant use move, because it is another filesystem so it would be nice that i could move file to some dir that is mapped in another, and link to that.
mv file to /localdisk/dir/file
ln -s /mergerfs/dir/file
would this be possible? telling some variables in the start of the filebot command
I am using mergerfs and copying over mergerfs is slower than local disk, i cant use move, because it is another filesystem so it would be nice that i could move file to some dir that is mapped in another, and link to that.
mv file to /localdisk/dir/file
ln -s /mergerfs/dir/file
would this be possible? telling some variables in the start of the filebot command
Re: Wishlist for New Features and Scripts
You can pass in your own custom shell script as --action and then do whatever you want:
viewtopic.php?f=4&t=4915
viewtopic.php?f=4&t=4915