https://github.com/powershellcrack/processhomemedialibrary
This script is designed to add, update and repair broken media in Radarr, Plex and Sonarr.
https://github.com/powershellcrack/processhomemedialibrary
imdb-api movie nfo omdb-api plex-api powershell radarr series sonarr tmdb-api
Last synced: 6 months ago
JSON representation
This script is designed to add, update and repair broken media in Radarr, Plex and Sonarr.
- Host: GitHub
- URL: https://github.com/powershellcrack/processhomemedialibrary
- Owner: PowerShellCrack
- Created: 2018-08-14T03:46:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T05:43:53.000Z (almost 7 years ago)
- Last Synced: 2025-04-11T20:23:10.641Z (10 months ago)
- Topics: imdb-api, movie, nfo, omdb-api, plex-api, powershell, radarr, series, sonarr, tmdb-api
- Language: PowerShell
- Homepage:
- Size: 55.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Update-RadarrMovies
This script is designed to add, update and repair broken media in Radarr's Library
# Goal
My original intentions wwas to write a script I coudl run regularly to add movie series collections into Radarr, since it can't see deeper than the root movie folder where my movie series are a subfolder of the root movies in folders called " Collection" and " Anthology". These folders were auto created when I ran TinyMediaManger (https://www.tinymediamanager.org/) on my movies collections...I sson foudn out this broke Radarr's invnetory and had to remvoe over 100+ movies. It was a pain. I then decided to write this script to add them back but in the proper folder.
# Thanks too...
Benjamin Lemmond (https://github.com/code-glue/Imdb)
# Notes
I took code out of Ben's IMDB module and modified it a bit to meet my needs
# Script Status
This script is in a working progress. I plan on
- Add logging
- Change most write-hsot to verbose logging
- change to use Radarr functions extensions to reduce main script
- Generate nfo media file info using ffprobe
- Store data to CliXML for faster processing.
## prereqs
use powerextensions (https://github.com/PowerShellCrack/PowerExtensions)