Search the Community
Showing results for tags 'Folders'.
-
emby on Rock64Pro does not properly show folders / playback not working properly
maeffjus posted a topic in Linux
Hi Guys, this refers to here: https://emby.media/community/index.php?/topic/77892-raspberry-pi4-nas-for-server/page-2 But since the topic is a bit different, I guess no one does even read it.. So let me summarize the problem: I got folders for movies and for TV-shows. The are structured as follows: a) movies \\smb-share_whatever\videos\movies\action\Rambo 1\Rambo 1.mkv (or mp4 or avi) tv-shows \\smb-share_whatever\videos\TV-shows\Friends\Season01\S01E01.mkv (or mp4 or avi) Every folder does have a Backdrop.jpeg and a folder.jpg, the genre-folders for the movies also do have a folder.jpg. Since I got an "old" server (Windows 2012 R2), it also does access these files, which are on its RAID-Volume. (~8TB) Here it works perfectly, the overview shows movies and TV-shows and when you click one of them, you see the genres under movies. Now for the Rock64Pro-board with Armbian-Buster: I've mounted the SMB-share under /mnt, I can easily access both, movies AND TV-shows and also read them. (I've even tried via WinSCP to copy them being read from the /mnt). I've then added separately movies (content-type "movies" and TV-shows (content-type "TV-shows") to emby. The TV-shows are recognized and can be played easily. The movies show-up empty as there would be no content or it is not readable or not recognized. I removed the movies and added them as "mixed content" - same story. Since I want to retire the Win2k12-Server, I also have a NAS, which offers an SMB-share to my network. I've also the same files on the NAS, same folders - only different IP. When I add the movies from my NAS, emby does recognize them BUT: I) It does not show the folder-structure, only when I select the list-option "folders". On my windows-server it does it as a standard. Here it shows all movies (~1550) in a bulk-list. II) It does NOT play the movies. When I click one, the player seems to load and then it says "there are no compatible streams available." But it does play the TV-shows from the Win2K12-Server... (I've got my emby-premium on both registered, it is a lifetime-key) So - tons of problems - only because of my effort to save the 125W my server consumes 24/7 ;-) I'd highly appreciate if you can give me some help. Regards, Matthias -
Another reason to have an actual folder view : I have just installed emby on a FreeNAS and all was going well until I played a movie on my Samsung ua82nu8000 via dlna. Because all my movies now show up as if they're all in 1 folder instead of their own individual folders my TV starts playing the next movie as soon a 1 finishes, then the next, then the next. There's no way to turn this behaviour off on the TV... Do I have any options via emby dlna? Installing the TV app is NOT happening as all I want is a list of folders/files, no meta, no posters, just a simple list of folders with individual movie files in each.
-
I installed Emby 4.0.2 yesterday (3/14/2019 -- happy pi day!). After building my library, I found that some folders (with lots of sub-folders) are being represented as video files rather than folders. As you can see in the images, the Sci-Fi folder (see the contents in the second image) appears to be just another video file. As you can see, that's not the case. How do I get Emby to recognize it (as well as the Animated, Mystery -- with dozens of complete sets of tv shows -- and and Music -- which contains musical movies and TV shows not music files) as folders rather than video files? If I click on any of those in the library, I get the same view as if I were clicking on a video file, but there's nothing to play. Please advise. Thanks!
- 25 replies
-
Hiding menu items "Collections" and "Folders" in movie section
Gert-Jan Albers posted a topic in Synology
Is there a way I can hide the menu items "Collections" and "Folders" within the movie section (see screen below)? In the WEB APP I can use the custom CSS function: button.emby-tab-button:nth-child(4) { display:none; } button.emby-tab-button:nth-child(7) { display:none; } but this doesn't have effect in iOS and Apple TV apps. Is there a setting I have missed or can this be done in an other way? Why I like to hide these items? I don't use collections at all because they still can't be backed up so I need to reproduce them every time I set up a fresh Emby server. Anybody?- 1 reply
-
- hide
- collections
-
(and 3 more)
Tagged with:
-
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 Luke, I've updated to 4.0.1 on Linux and I recently discovered that BubbleUpnp doesn't find the Folders entry anymore. The same goes for another dlna app. I do see it in the Emby webplayer. Any ideas? Cheers, Joost
-
Ability to enable or disable: FOLDERS UPCOMING TRAILERS SUGGESTIONS FAVOURITES on the top menu bar AND change the menu ordering of the options around to admin or user choice.
- 2 replies
-
- 1
-
- menus
- menu options
- (and 6 more)
-
Hi The Emby server is showing a folders view in Movies with the Android app but with the LG TV app this is not an option. Is this a known problem or have I misconfigured something. Thanks for your help John
-
I have a folder for Movies which is the only folder in a library called "All movies." This library has metadata scanning turned on. Under the Movies directory, I have a subfolder called "New" which I have a separate library pointed to (library is named New). Folder structure: -Movies ----New ----A ----B ----C etc. Library setup: All movies > "Movies directory" New > "New directory" Nothing is showing up in the New library. Can a file only exist in a single library?
-
Hello fellow Emby enthusiasts, I have just recognized that several media files have been deleted from the server. It is not just a database/scanning issue, the actual folders where this media files have been in, are gone. I just found out about the deletion because the collection folder had some movies in it which are not present under the corresponding folders. The media harddrive is raid protected, a manual deletion can be excluded also. - Can you guys think of any other possibility which may randomly deleting media folders? - The option to allow deletion which can be done in user settings, could that have been it maybe? ... and if yes, is there a log which can be searched for this event - and what string should be looked for? EDIT: searched the logs and couldnt find any deletion - but have to say logs go only back for a couple of days and the deletion could have very well happened several month ago. Thanks. Soki EDIT: just allowed media deletion for a test account and i was not able to delete any file under any section. Therefor I assume another situation must have caused the deletions.
-
I am playing around with using my Emby to replace the "file share" i had setup via my router and a usb stick. Have 2 questions: 1. Is there a way to hide the default icons called "Collections" and "Folders"? I don't see an option to hide those selections in the User Access settings. I just want only the Folder and certain other Library Folders i create or select to show. 2. Is there a way to have a remote user upload a file to the Emby server? Is this a feature/plugin that could be added in the future? Thanks.
-
After I gave up and uninstalled everything and then reinstalled so I could see the files from within emby client I discovered that it is not seeing any files that are in subfolders. The movies "2001: A Space Odyssey", "2010", "Dune", "Theory of Everything", and "Twelfth Night or What You Will" do not show up in the library while the other movies do. If I move the files from the subfolder into the main Movies folder it then discovers it and lists them in the library. All the files and folders have the same owner and rights. Before the update I was able to see all of the movies even when they were in subfolders. Then after the update I couldn't see anything. Now after deleted everything and reinstalling I cannot get movies that are in subfolders. I wanted to put each in a subfolder so I could add special features like subtitles. Leason I am learning: don't do the upgrade?
-
Hello. I am a new user and this is my first post in the forum. I've read https://emby.media/community/index.php?/topic/674-media-files-folders-structure/ , nevertheless I'd like to keep my movies directory structure as it always was: /movies/<director>/<year>-<name>-<other info>. Is there any way to pass this structure as an option or hint to the database scraper with variable substitutions like %D %y %n, etc? If this was asked before please reply with a link to the post. Thank you
-
I hope this is the right forum for this issue. I'm having trouble getting Emby to see things correctly. For instance, it sees the White album, it sees the first cd of 25 Blues Masters, but it doesn't see the rest of the Blues Masters cds, and makes just silly additions to the playlist tree. The ripping program recognized the series of CDs during the rip, and suggested appropriate (used) folder names. My HDD: \Music \Blues Masters \cd1 \cd2 \cd3 \cd4 Emby: Music 25 Blues Masters 25 Blues Masters Vol. 1 J. Reed (from a totally seperate folder!) Beathovan (from a totally different - everything!) I used a professional CD ripper to do this. I successfully ripped the White Album this way and it works perfectly. Emby lists 30 songs in one directory with the folder structure: \Beatles \Disk 1 \Disk 2 Can anyone explain what's going wrong? Since it all works on tags, and the tags were all present in the ripping, where's the error? Thanks.
-
Hi I added my media folder with mixed content. The server scanned and finished it all. I also enabled the "folders" in the dashboard. When I go through the "folders" window to access my content via folder structure, I see that not all folders are really folders. After couple folders down it shows all the videos in the folder which is like hundreds of media. THey are shown as "episodes" (browsing via Folders) and they are normaly sitting inside other folders in that folder. So my question is about how to really organize around folders to make sure I can browse the folder hierarchy properly. As of now, whatever I tried did not work and after couple folders down in the hierarchy the idea of folder browsing breaksdown and Emby just shows everything in those folders recursively which is what I do not want. I am thinking that this must be a bug because why is showing "episodes" while I am browsing them through Folders. thanks
-
NAS Folder Permissions for Saving Metadata in Media Folders?
gochiefs88842 posted a topic in General/Windows
Long-ish question, *hopefully* easy answer: I recently upgraded from several external hard drives to a QNAP NAS. After testing the QNAP Emby app server performance, I preferred the old Windows-based server overall and thus the new QNAP is purely operating as the NAS, not the server (hence this forum). That being said... Similar to a question I had awhile back here, after changing my library media folders to the new NAS folders, I am again having difficulty saving metadata into local media folders (rather than in a generic "metadata" folder in the server files). When I add new content, the metadata is successfully being saved somewhere else (unknown location, log attached, tried to refresh "The Accountant" movie metadata). Not only do I instead want the metadata saved in the media folders, but wherever it's actually being saved is seemingly eating up scarce storage on my OS/server hard drive (small SSD). According to QNAP, I have enabled permissions for 'everyone' (see attached Capture #1) for my media content. Windows, however, is much more challenging as to confirming these network folder permissions. Unlike when using my external hard drives and simply assigning 'everyone' full R/W permissions through Windows Explorer and then applying these changes, Windows won't let me change these same settings for the QNAP folders, apparently giving full deference to QNAP's security settings and not allowing me to make any changes within Windows; I have navigated everywhere in the Windows folder permission settings and any changes I try simply won't stick, instead reverting to QNAP's overriding "special permissions" (see Capture #2). How do I get metadata to save directly in the media folders of the NAS? Thanks in advance for any input! server-63624863086.txt -
Hi everyone, Just curious if anyone knows of a plugin or a way to hide certain folders at the home screen. I like / need the folders view. If there's a way to drop a user into that on home screen that would be ideal. And then if there was a way to hide the collections group then I'd have the setup I'm after. I have a folder with a whole bunch of kids shows and viewing it in folder mode things look beautiful. Unfortunately when the kids login to emby they get to the home screen and don't realize they should click the folders button. They just click on the kids shows media folder and then it just looks like an unorganized mess and they don't want to use it. If there was a way I could setup a macro or something so that when my kid's user ID logs in it takes them to the folders view immediately that's what I'm after. If anyone can think of way to accomplish something like that I'd love to hear your ideas.
-
Hey Guys, I am new to Theater. See attachment. I have episodes showing outside the folder structure. Not sure why because physically they are not. Is it possible to create a theme for Theater like the chocolate theme in Emby for WMC? If so, how difficult would it be? Any pointers? I can see Radeon has created some themes but is it not possible to see screenshots of them before purchasing? Cheers
-
This is just a quick heads up: I have the Movie and TV Theme Song/Video plugins, and I found that if movies weren't in their own respective folders, things like themes and backdrops were shared between items. For instance, all of my films had the backdrop for "The Sword in the Stone (1963)" before I moved my media into individual folders. After the move I had to rescan the library. In the absence of those plugins, if media was not using individual folders, I observed that each asset (like posters, etc.) had the film name/year prepended which works fine until you use plugins like the ones mentioned above. Is it considered a best practice to put media in their own respective folders? If not, why not? If it is, is that mentioned somewhere in the documentation? Going to the "Movie naming" page on Github doesn't mention that when you are preparing your library, you may want to do use individual folders to ensure a smooth transition.
-
It would be really nice if we could have direct folder access to our media. Sometimes Emby doesn't detect files correctly and they dont show properly, or they are identified incorrectly. I dont realize this until the last second (when I/other users are about to watch the episode). If there was an option to show users the media library folders in a file explorer-like format, this situation would be easily bypassed. Originally, this is what I thought the "Folders" view would have done. I would greatly appreciate this, and I'm sure it would be useful to others as well. I hope it won't be difficult or take much time. If you have any questions regarding specifics, don't hesitate to ask. Thanks!
-
Hi Guys, How can I remove the upcoming TV folders from each of my folders on my server? I have looked in the settings but can't see anything to uncheck.
- 14 replies
-
Sorry if this has been discussed before already but I couldn't find anything specific to my issue. So for years, I've been using MB/Emby to navigate through my movies in the "Folders" view without any issues. I organize files by genre folders that I designate which look like this: It has always worked great and used it on multiple clients on WMC, Android, Web, etc. Recently, however (maybe 2 or 3 server versions ago), that view has disappeared. I still see the "Folders" menu item in all 3 clients, but when you go into it, it simply displays the movies in the same view as if you had clicked on "Movies" instead of "Folders". For example: Why is this gone all of a sudden when it was working perfectly for so long? thanks!
-
Hey Guys, I have an unwatched folder suddenly appeared in my series tv folder. Is this because of a recent update? I have my folders setup in Legacy mode and have checked settings but could not find anything. I have attached a screenshot. Cheers
-
Hi. New to Emby. I installed this server controller so I could view my media, Photos, Videos and Music. In setting up media locations, I only find ability to load single files not folders and subfolders. I have thousands, no, tens of thousands of photos, videos and music albums. How do I set it up so it will read entire parent folders, rather than having to add one file at a time? It would take literally months of adding one file at a time for every photo, song, or video file. Other apps allow folders, and reads all content in sub folders below it but I do not find this option in the dashboard. Anyone know if this can be done? Otherwise this setup was all in vain! Thanks ~FR