Jump to content

Search the Community

Showing results for tags 'disk space'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Third Party Apps
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 3 results

  1. MUMC (Multi-User Media Cleaner) v5.11 Release MUMC (pronounced Mew-Mick) will query your Emby libraries for movies, tv episodes, audio tracks, and audiobooks. Then delete media items you no longer want taking up disk space. Cool! How Do I Use This? Install the latest release version. Customize your configuration yaml. Schedule MUMC to run periodically. Enjoy no longer worrying about how much disk space is left. How MUMC works: Use filter_statements or filter_tags to tell MUMC how to query your libraries for potential media_items ready to be deleted. filter_statements apply filters to specific media_types (e.g movies, episodes, audio, etc...). filter_tags use tags to apply filters to specific media_items and their children (e.g. movie, series, season, episode, album, audio, etc...). Use behavioral_statements or behavioral_tags to tell MUMC how to compare a media_item between one or more users to determine if it satisfies the criteria to be kept or deleted. behavioral_statements define the keep or delete criteria that applies to specific media_types (e.g movies, episodes, audio, etc...) and the specified conditional_behavior (favorited, whitetagged, blacktagged, whitelisted, blacklisted). behavioral_tags use tags define the keep or delete criteria that applies to specific media_items and their children (e.g. movie, series, season, episode, album, audio, etc...). Use the configuration builder/editor to select the desired combination of users and libraries. Individually select users and libraries. Select only users; all libraries automatically selected according to each user's access policy. Select only libraries; selected libraries applied to all users according to each user's access policy. Select nothing; all libraries selected for all users according to each user's access policy. Point MUMC to one or more instances of Radarr and Sonarr. When a media_item is deleted from Emby: Unmonitor and/or Delete movies, series, and episodes for Radarr/Sonarr. Configure how MUMC treats remaining episodes: Keep a minimum number of episodes regardless of played state. Keep a minimum number of played episodes to ensure the "Next Up" functionality works properly. Configure MUMC to keep or delete the remaining played episodes after the series has ended. Configure how MUMC matches a media_item to its blacklisted/whitelisted parent library: byId Default behavior. byPath Use when a library has subfolders that are blacklisted and subfolders that are whitelisted. byNetworkPath Use when a library has subfolders that are blacklisted and subfolders that are whitelisted. All subfolders must have a network share path defined.
  2. I started using the disk space plugin about 5 months ago when I was starting to run low on one of my drives so that I could use Emby to report when I was at a certain threshold which was a awesome plugin when I found it so shout out to the developer Chef for that. As I was running x2 Qnaps, x2 Windows Servers for storage plus the old i5 with a 256gb SSD only and I mapped 1 drive from each host as a network location to get the overall size of my library and threshold notifications. It worked great up until about 2 weeks ago when I got a new QNAP to migrate x2 old computers on that and decommission at the insistence of my other half as she was sick of running the servers 24/7 primarily for Emby. Now I can only see the C drive for the computer which I don't really care about as it's only got Windows and Emby installed with Norton Anti Virus also. Has something changed that it will now not show network shares that have been mapped?
  3. momo2

    Question about smb libraries

    One of my media was incorrectly identified, so I grabbed the IMDB ID and put it in the IMDB ID field when you click on "Identify". It found the correct item and when I click the button to update the artwork, it stalls for a bit then the artwork doesn't change. I look at the logs and see the following: 2020-05-11 00:15:21.599 Error BaseItem: Error refreshing owned items for /media/mnt_dir/name_of_media_file *** Error Report *** Version: 4.4.2.0 Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb Operating system: Unix 4.19.0.8 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///opt/emby-server/system/System.Private.CoreLib.dll System.Environment.Version: 3.1.2 Processor count: 4 Program data path: /var/lib/emby Application directory: /opt/emby-server/system System.IO.IOException: System.IO.IOException: Host is down at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.Entities.BaseItem.GetFileSystemChildren(IDirectoryService directoryService) at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken) Source: System.IO.FileSystem TargetSite: IntPtr CreateDirectoryHandle(System.String, Boolean) A bit of info about my setup. Media is stored on an SMB network share. SMB network share mounted via fstab in Debian. The SMB share is given read access ONLY. The artwork and subtitles are saved locally on the Debian machine that is running Emby. One of my media was incorrectly identified, so I grabbed the IMDB ID and put it in the IMDB ID field when you click on "Identify". It found the correct item and when I click the button to update the artwork, it stalls for a bit then the artwork doesn't change. I look at the logs and see the following: EDIT: Solved the issue. The VM that Emby was running in was out of disk space. Emby couldn't download the cover art or subtitles. Maybe a clearer error should be put in the logs to show this? EDIT2: Turns out the real issue was that I didn't set the SMB network share to automatically mount the device on boot. https://wiki.debian.org/SAMBAClientSetup
×
×
  • Create New...