File renaming software - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: File renaming software (/showthread.php?tid=367692) |
File renaming software - barry_21k - 2022-04-01 i was wondering if anyone had any recommendations for renaming software i used to use filebot which was free but now it has moved to a payed model and i cant get the old free version well i did but it didnt work correctly does anyone have software they swear by TIA RE: File renaming software - Klojum - 2022-04-01 (2022-04-01, 03:40)barry_21k Wrote: recommendations for renaming software Renaming how? I use a batch script in Linux to strip everything to the bare minimum, that way Kodi's scraper has an easy time doing its job. I have no need for all 'scene crap' and other useless info in filenames which is scraped into the databases anyway. RE: File renaming software - DarrenHill - 2022-04-01 Thread moved to supplementary tools RE: File renaming software - barry_21k - 2022-04-01 what i used to use was like a scraper i could drag in an entire season of a show and it would find correct episode numbers and titles then rename all of them in a kodi friendly way RE: File renaming software - monkeylove - 2022-04-02 You can also check out the renaming feature in Tiny Media Manager. RE: File renaming software - MaxMustermann - 2022-04-03 For Windows I can recommend Ant Renamer. It's freeware, easy to use and yet powerful. RE: File renaming software - scott967 - 2022-04-04 On windows I use Bulk Rename Utility. It does have regex but I haven't really used that (and I'm not a regex guru either). scott s. . RE: File renaming software - WIRLYWIRLY - 2022-04-10 Honestly, yes FileBot now costs money, but it's literally $6/year. I don't know about you, but a night out can cost me $20 on the low-end. If even once during the year I decide "Rather then going out tonight, I'll stay home to watch a movie", I'll have saved the money needed to pay the FileBot subscription for years to come. Personally, I bought a lifetime license ($48). Mathematically it doesn't make sense, but it's a great piece of software that alongside Kodi has saved me countless hours and expenses. FileBot's automated script makes it so that I don't even have to open the program, it monitors a directory and then renames/moves new videos where they need to be. As someone who writes software myself, I love discovering useful software that is worth paying for. If you earn more than $6/hour working and have spent more than an hour looking for an alternative, you've already gone into the negative... It's a no-brainer. RE: File renaming software - Juan Mortyme - 2022-06-26 @barry_21k I know this answer is a bit late but still may be of interest. I use Widows !0 so keep that in mind. For general file renaming try Bulk Rename Utility. For TV shows try Rename My TV Series. It does the same thing as Filebot but only for TV series not movies. Both are free, work very well and are currently supported. RE: File renaming software - Spyrith - 2022-06-30 Another software that might work is TVRename or Media Center Master. Not sure if they offer the features you want, but I think they're worth looking into. RE: File renaming software - kerner1000 - 2022-08-30 I develop and use DrKodi to modify files and folders so that they fit the Kodi Scrapers. https://github.com/DrRename/drkodi It scans your library and checks if the layout is "Kodi-conform" and prints warnings, for example if you are missing an nfo file or if the content is not as expected. I'm still developing and polishing everything, so feedback is appreciated! Best, RE: File renaming software - Jankster - 2022-12-01 (2022-08-30, 13:37)kerner1000 Wrote: https://drrename.app/ This looks interesting! I'll definitely give it a try. I have sorted about half of my movie collection so far using some Python scripts that I wrote. I'll try yours when I do the rest of my collection to see if it works better. Maybe you could have saved me the trouble of writing my own. You may want to check out nfoGrabber.py from that link. It parses the kodi log file to find unscraped movies and then launches a web browser at themoviedb.org. You copy the URL to the correct movie and the script will make an nfo file in the correct directory with whatever is on your clipboard. RE: File renaming software - cortesffm - 2022-12-23 I've always used ReNamer, or, if you even need more Options the Bulk Rename Utility. Working with these two for years now RE: File renaming software - kerner1000 - 2023-01-16 (2022-12-01, 02:38)Jankster Wrote:(2022-08-30, 13:37)kerner1000 Wrote: https://drrename.app/ Hi, The project has been moved here: https://github.com/DrRename/drkodi Im still heavily developing, let me know if everything works for you! RE: File renaming software - danocorno - 2024-08-06 What is the name of this Linux batch file-renaming script, and where do I find it? |