Search the Community
Showing results for tags 'manager'.
-
So I did a quick search over the forum and from what I can tell nobody has requested this before outside of a request for massive overhaul of the podcast functionality. My understanding is the emby team isn't planning on doing a whole lot to the podcasts functionality since it's not one of the more popular features, which is understandable. That being said, my request is pretty basic, under the Podcast Feeds management, add a basic text field for a "name" of the podcast. This will be used for nothing more than human readability on the podcast management page. I'm not sure about others, but most of my podcast URLs don't even hint at what the podcast actually is. This way it would be a lot easier to find a particular podcast's RSS URL in the list. Would be extremely helpful for those rare cases where one is broken or I decide I don't want to have a particular podcast anymore.
-
I have built a Media server managing application (for managing media server like emby, jellyfin, plex) please have a look https://github.com/prinzpiuz/MSM_mobile built with #flutter #dart
-
Hi @@Happy2Play, Does anyone knows why I don't see the icons next to the titles in the metadata manager? I lack images (covers, fanarts, background images ...) but I don't see the icons warning: Before I could see something like this: Thanks! -- Emby Synology 216+ Versión 4.1.1.0
-
Using TinyMediaManager to Automatically Build Collection.xml
decrapinated posted a topic in General/Windows
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.- 1 reply
-
- 1
-
- tinymediamanager
- collections
-
(and 8 more)
Tagged with:
-
Hi everyone! I'm using the Emby Server on Linux with more than 5 users. Iis it normal if I always, at a constant interval, request for authentification. After the user authentification, no activities is done. I seem like a automatic authentification for the client application. If this is normal, is it possible to mask the authentifications from the manager? Thanks you.
- 5 replies
-
- manager
- authentification
-
(and 2 more)
Tagged with:
-
Is it possible to, when you're in metadata manager, if you change some settings in a media folder, it appplies on everything inside the folder during refresh? e.g. I have set english and USA as my default language and country for metadatas. While everything is in english, I like to get the overviews in a different language (french) for my movies. To do so, I go to metadata manager, click on the movie folder, change the language for "french", uncheck name and genre (because I want to keep english genres and english titles) and I click save. Then, I refresh. The expected result should be that only titles and genres stay in english while everything else is in french on all movies inside the folder, which is not the case right now. As of now, doing this would just ignore the specific selections and modify everything in french. It would be awesome to have this feature!
-
Hi, I have set english and USA as my default language and country for metadatas. While everything is in english, I like to get the overviews in a different language (french) for my movies. To do so, I go to metadata manager, click on the movie folder, change the language for "french", uncheck name and genre (because I want to keep english genres and english titles) and I click save. Then, I click on refresh. I also tried advanced refresh. The expected result should be that only titles and genres stay in english. By clicking on the movie folder in the manager, it should apply the refresh the same way on all movies right? But no, instead, it changes everything in french and ignore completly my unchecked selections. Is it a known issue? Does the manager folders work that way? Is "Emby Kodi SyncQueue" has something to do with this issue? By the way, by unchecking title and genre on an individual movie, it WORKS. But that would take ages doing it that way. My emby server is actually on raspbian jessie but I remember having this same problem on windows few months ago. TLDR: In metadata manager, I want that when you apply modifications in metadata settings on a media folder, everything inside is affected during refresh.
-
When searching for subtitles in with the media manager web interface (edititemsubtitles.html) it would be nice if the media file name was shown. This would make it easier to select he correct subtitle according to the information given in the file name. The extracted media information available for the movie (itemdetails.html) could also be available in the subtitle search page (edititemsubtitles.html), to help if the information given in the filename is insufficient. Suggest the media information is normally hidden to keep the subtitle search page uncluttered.