Re: POSTBUCKET - where random posts in unrelated topics go
Posted: 20 Mar 2023, 03:08
No worries. You had the right ideas. Just need some help with Groovy syntax for Ranges. I've added an example for this use case to the docs page.
The ultimate TV and Movie Renamer
https://www.filebot.net/forums/
What did you intend to do? What problem are you trying to solve? What was expected to happen? What happened instead?
Hello, I'm having the same issue. Plex is showing file name instead of proper title. I disabled using local assets from library settings and also disabled local assets from Agent settings. No change. Plex still shows "creed.iii.2023.2160p" instead of proper "Creed III" title. The same applies to all my movie and tv series files in the library. What else can I try?
libertygtx wrote: ↑15 Sep 2023, 09:39 Hello, I'm having the same issue. Plex is showing file name instead of proper title. I disabled using local assets from library settings and also disabled local assets from Agent settings. No change. Plex still shows "creed.iii.2023.2160p" instead of proper "Creed III" title. The same applies to all my movie and tv series files in the library. What else can I try?
Hi, I don't know if the offer is still valid but I wanted to use the opportunity to present a bug I encountered when using filebot. In fact, I load the contents from a remote SMB server the first time and everything goes fine. I then try to upload other files but for some reason the remote server crashes and FileBot stops completely, forcing me to force the application to stop... Can I send you a PM with the screen recording?rednoah wrote: ↑14 Jun 2019, 06:02 As developers, we often don't really know how end-users end up using our tools. Everything is intuitive if you already know how it works, but how about new users? How is the on-boarding experience? What pitfalls are there? How do do various kinds of users interpret and explore the FileBot user-interface? What thoughts do they have?
You may download and evaluate FileBot without having to purchase a license first:
https://www.filebot.net/download.html
If you take a screen recording of your on-boarding experience, you can earn yourself a 1-year complimentary license. Your assistance is greatly appreciated.
![]()
Feel free to think out loud and narrate what you are doing.
Screen recordings can be shared publicly via YouTube, or privately by sharing a Google Drive link via PM.
This offer is also available for seasoned FileBot veterans who would like to provide detailed constructive criticisms for the various more or less intuitive features, and discuss ideas on how to make things work more smoothly.
![]()
You can upload a screen recording to YouTube and then paste the link.Nikolovich wrote: ↑17 Oct 2023, 19:14 Hi, I don't know if the offer is still valid but I wanted to use the opportunity to present a bug I encountered when using filebot. In fact, I load the contents from a remote SMB server the first time and everything goes fine. I then try to upload other files but for some reason the remote server crashes and FileBot stops completely, forcing me to force the application to stop... Can I send you a PM with the screen recording?
I lost my torrents.sh file when my drive died (after 8 years) and I just knew I could come back to this thread to find at least most of the script I was usingrednoah wrote: ↑19 Mar 2023, 11:12 e.g.Code: Select all
{ if (az in 'A'..'L') return '/path/to/A-L' if (az in 'M'..'Z') return '/path/to/M-Z' return '/path/to/#' } / {plex}