Search the Community
Showing results for tags 'wizard'.
-
I have a niche problem that I created a [not-perfect] solution for. I want to create stub files for my media that I don't have converted from physical media yet. When I do have those movies converted, there are already folders to put them in, but creating the folders and the files by hand is tedious. In response to this dilemma, I created a script (having never really using PowerShell and through about 3 hours of research, trial and error) that would help me make these properly formatted stub files faster. do { #Have user type in the Movie name and year using Emby Format; $proc = Read-Host -Prompt 'Input Movie Name and Year as `"NameOfFilm (YYYY)`". Otherwise, type `"done`"'; #If user types "done", the script will exit the loop and exit the terminal; If($proc -eq 'done') {break}; #Ask user for the movies' media type; $form = Read-Host -Prompt 'Input Movie Format (bluray, dvd, vhs)'; #Sets "$file" variable using user prompted variables "$proc" and "$form"; $file = "$proc\$proc.$form.disc"; #Creates movie folder first, and then creates the file; New-Item $proc -type Directory | Out-Null; New-Item $file -type File -Value $proc | Out-Null; #shows that script has recorded file in the terminal; Write-Host "Recorded $file"; #tests "$proc" variable: continues loop if not equal to "done"; }while ($proc -ne 'done') At the moment, it is a user prompted script, so there is still some tedium, but it isn't as bad as it used to be. I have the script stored in the library location for my Movies, and run it when I want to add a new stub. Once done, you can simply type "done" during the movie name prompt to close the script. With finessing, it could be reworked to use a spreadsheet as the source of the info, and I eventually want to do that (I'll need to learn more PowerShell scripting). Posting this for anyone else who might have this problem and need a solution, or for anyone who wants to contribute. V2: New-Item Output is silenced through Out-Null, to cleanup the terminal during use. stubMaker_v2.ps1 stubMaker_v1.ps1
-
- 1 reply
-
- wizard
- configuration
-
(and 1 more)
Tagged with:
-
Problems Setting up the Server - Wizard will not get past Language Selection
snibbins posted a topic in General/Windows
I am having an issue with the installation wizard. I am able to install the server on my home server without any issues and it works fine. Unfortunately, I am unable to get through the wizard to change settings or preferences. When I get to the opening page, the language selection page, (Picture Attached), It does not allow me to chose a language as there are no languages to chose from. The drop down menu is empty. I have tried Chrome, Firefox and IE, all the most up to date versions and all the same result. The only difference between them is the drop down box is larger in Firefox than Chrome and IE is larger than FireFox. If I just choose "next" it says there is an error processing the request and I cannot get past that page. Has anyone had a similar issue or does anyone know of a way to bypass the wizard? I have attempted to enter in the direct path to the dashboard but it always sends me back to the wizard. I am extremely frustrated and any assistance anyone can give me would be much appreciated.- 2 replies
-
- Installation
- Wizard
-
(and 1 more)
Tagged with:
-
Hi Folks. I've searched around the forums and can't find anything similar so hoping someone can help or direct me approritaly. I'm installing Enby on a Mac Mini (2014). Install has gone ok and the wizard started as expected. The issue arises at the Configure Settings\metadata page (see page below).When I select "Next", nothing happens. Or rather an icon seem to flash (very quickly) but the Wizard does not progress any further. I have tried a reinstall. No change and Previous setting remain in place. I have also tried using both Safari and Chrome. Still no luck. I did notice that on the installation page that the Configure Settings pagfe come before the "Add Media Libraries", but in my setup is seems to be the other way around. this may be nothing but I'm not sure. I would post them, but I can't find the logs. Anyway hope someone can help. thanks in advance.
-
Server Wizard's Add "Media Locations" Non-Responsive
livingdeadguy posted a topic in General/Windows
I just upgraded one of my computers to Windows 10 and at the same time decided to shuffle my external drives around to consolidate, organize, and back up. I'm trying to reestablish the Emby server from a separate computer than before. I go to the Server set up page where I can pick the type and location of the Media. Selected the type easily. When I go to click on the Plus sign for Media Location, it just highlights blue, but does nothing. I have tried this from Google Chrome and Microsoft Edge (new Explorer). Has anyone else experienced this? Would this be an Emby problem, a browser problem, a plugin problem, or something else entirely? Thanks for the help! (this was a brand new today download of Emby)- 13 replies
-
- 1
-
I managed to get the FreeBSD version of Emby installed in a jail on a 9.3 version of NAS4Free. However, once I got it started and ran the web-based wizard it gets to the Configure Settings screen and no matter what options I choose it never goes any further. Clicking the 'Next' button on this screen just puts a little spinney icon on the screen for a few seconds and then nothing.Trying to go to the /web/index.html page just starts the wizard over again. I have the server logs attached below, there are several errors but nothing that I understand. I am unable to do anything myself past this point, I'm afraid my FreeBSD troubleshooting skills end here, so I'm hoping one of you can point me in the right direction, otherwise I will have to abandon all the work I have done. Thanks for your help! server-63574765213.txt