Page 42 of 42

Re: POSTBUCKET - where random posts in unrelated topics go

Posted: 20 Mar 2023, 03:08
by rednoah
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.

Re: [FAQ] How do I evaluate FileBot?

Posted: 23 Aug 2023, 05:57
by craze1994
Liked how easy it is to use filebot is something I would like to use to rename my media collection.

Re: [FAQ] How do I change the media title property? How do I make Plex display nice titles?

Posted: 11 Sep 2023, 18:36
by Hellreaver
This did nothing for me.

Re: [FAQ] How do I change the media title property? How do I make Plex display nice titles?

Posted: 12 Sep 2023, 05:07
by rednoah
Hellreaver wrote: 11 Sep 2023, 18:36 This did nothing for me.
What did you intend to do? What problem are you trying to solve? What was expected to happen? What happened instead?

Re: [FAQ] How do I change the media title property? How do I make Plex display nice titles?

Posted: 15 Sep 2023, 09:39
by libertygtx
rednoah wrote: 12 Sep 2023, 05:07
Hellreaver wrote: 11 Sep 2023, 18:36 This did nothing for me.
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?

Re: [FAQ] How do I change the media title property? How do I make Plex display nice titles?

Posted: 15 Sep 2023, 11:14
by rednoah
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?
:?: Did you rescan & refresh metadata after changing your library settings?

:arrow: Please confirm that you have set all the settings, and then perform the Plex Dance to rescan the library from scratch. If you continue to have issues, please ask the Plex experts in the Plex Forums.

Re: [User Study] Take a screen recording and earn yourself a free license

Posted: 17 Oct 2023, 19:14
by Nikolovich
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


:arrow: 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. :mrgreen:


:idea: Feel free to think out loud and narrate what you are doing.
:idea: Screen recordings can be shared publicly via YouTube, or privately by sharing a Google Drive link via PM.


:arrow: 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. :ugeek:
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?

Re: [User Study] Take a screen recording and earn yourself a free license

Posted: 21 Oct 2023, 19:13
by rednoah
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?
You can upload a screen recording to YouTube and then paste the link.


:!: That said, that sounds a lot like a OS / file system driver / remote file system issue. There likely is nothing that FileBot can do. FileBot may be triggering the bug in the underlying OS / file system driver / remote file system but we probably can't do much to fix it, whatever it may be. A client should not be able to crash the server. That sounds like a severe issue on the server-side.

Re: [FAQ] How can I share screenshots?

Posted: 23 Aug 2024, 16:05
by cyberwasp56
Sorry doesn't work as posted.

Re: [FAQ] How can I share screenshots?

Posted: 23 Aug 2024, 16:07
by rednoah
:?: At which step exactly are you having trouble?

Screenshot
Works as posted as best as I can tell...




:arrow: Alternatively, you can also use the Discord Support Channel if you prefer that.

Re: [User Study] Take a screen recording and earn yourself a free license

Posted: 16 Jan 2025, 15:47
by crewockeez
https://youtu.be/JFu1oGTGV30

req license please

Re: [SNIPPET] Sort into A-Z folders

Posted: 19 Jan 2025, 00:27
by alittler
rednoah 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}
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 using :P