Jump to content

Search the Community

Showing results for tags 'tinymediamanager'.

  • 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
    • Ember for Emby
    • 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. When I add a user rating to a TV episode in tinyMediaManager, it writes a <userrating> tag to the relevant .NFO. The next time I update the metadata from Emby, however, this tag is removed. Is there a way to get it to retain this tag? Or should I be talking to the TMM people about this?
  2. Another TMM issue: When I set the "Watched" flag for a TV episode in tinyMediaManager, it changes the <watched> tag in the .NFO to "true". But when I refresh the metadata from Emby, it resets it to "false" if I don't already have it marked as played in Emby. (I do have "Save user watch data to nfo's" enabled in the .NFO plugin.) Is there a way Emby could be set to read that tag on a metadata refresh and not overwrite it?
  3. Hi everyone. I use TinyMediaManager to do all of my metadata. I happen to move my files around a lot based on my own organizational madness, lol. This would KILL Emby's collections method. I switched over from Plex a few days ago and this was maddening because I was used to using tags. So I wrote an export template for TinyMediaManager that exports a list of movies in xml form. I wrote my template to conform to Emby's collection.xml scheme and placed the xml in a "CollectionName [boxset]" folder in the Collections folder. I was pleasantly surprised to find that it worked. So, I can rearrange my files at will, use whatever folder and naming scheme that I wish, replace files with better quality rips, re-tag or rename, or pretty much do whatever i want. I just thought that I'd share my methods for people in the same situation. I have several MoviesFolders though, including a folder containing all the movies that I haven't watched yet. There's also a folder of movies that I consider temporary residents on my hard drive. TinyMediaManager keeps it's export templates in a folder named "templates" in the main program folder. In this folder, I had to create a folder named "EmbyCollectionXML". In that folder, I need 2 files. I need a "template.conf" file and a "list.jmte" file. TinyMediaManagerFolder\templates\EmbyCollectionXML\ In the conf file I needed the following: name =EXCEL list type=movie list=list.jmte extension=xml description=This template exports a valid Emby collections.xml file In the list.jmte I needed the following: <?xml version="1.0" encoding="UTF-8"?> <Item> <LockData> true </LockData> <LocalTitle>Collection Title</LocalTitle> <DisplayOrder>PremiereDate</DisplayOrder> <CollectionItems> ${foreach movies movie} <CollectionItem> ${foreach movie.mediaFiles mediaFile} ${if first_mediaFile}<Path>${mediaFile.path}\\${mediaFile.filename}</Path>${end} ${end} </CollectionItem> ${end} </CollectionItems> </Item> This template exports an xml that writes the path for every one of your movies inside a CollectionItem. In TinyMediaManager, I simply filter the list by tags or by "datasource" or by whatever I want, then I export the list using my template. Open that xml and change "Collection Title" to whatever the name of my Collection will be. Rename the xml to "Collection Title.xml" Create a folder inside your Emby Collections folder: \Emby-Server\programdata\data\collections\Collection Title [boxset]\ Place your xml in that folder. I put a folder.jpg in there too for my collection. I refreshed my Collections in Emby and BOOM: There it was. I don't know if this will be helpful for anyone else, but that's how I do it for my custom collections that plugins might not pick up and to deal with me moving stuff around occasionally. It's best for big collections or random custom collections. Oh, and the reason I can't just filter by tags on the movies screen is because I'm using the Tizen version of Emby client on a Samsung Smart TV. That means if I filter and there aren't enough movies, I can't get back to that "Filters" button. It's been discussed in another thread.
×
×
  • Create New...