POSTBUCKET - where random posts in unrelated topics go

Any questions? Need some help?
User avatar
rednoah
The Source
Posts: 23924
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: POSTBUCKET - where random posts in unrelated topics go

Post 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.
:idea: Please read the FAQ and How to Request Help.
craze1994
Posts: 1
Joined: 23 Aug 2023, 05:42

Re: [FAQ] How do I evaluate FileBot?

Post by craze1994 »

Liked how easy it is to use filebot is something I would like to use to rename my media collection.
User avatar
rednoah
The Source
Posts: 23924
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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?
:idea: Please read the FAQ and How to Request Help.
libertygtx
Posts: 1
Joined: 15 Sep 2023, 09:34

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

Post 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?
User avatar
rednoah
The Source
Posts: 23924
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Nikolovich
Posts: 2
Joined: 17 Oct 2023, 19:02

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

Post 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?
User avatar
rednoah
The Source
Posts: 23924
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
cyberwasp56
Posts: 3
Joined: 23 Aug 2024, 00:23

Re: [FAQ] How can I share screenshots?

Post by cyberwasp56 »

Sorry doesn't work as posted.
User avatar
rednoah
The Source
Posts: 23924
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FAQ] How can I share screenshots?

Post 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.
:idea: Please read the FAQ and How to Request Help.
alittler
Posts: 17
Joined: 14 Jan 2019, 05:04

Re: [SNIPPET] Sort into A-Z folders

Post 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
Post Reply