CBers 7113 Posted November 30, 2021 Posted November 30, 2021 2 minutes ago, neik said: Does also work remotely Yes, but you have to edit the HTML page, as it doesn't seem to update with whatever you put in the field. Perhaps @VicMoore can take a look.
neik 870 Posted November 30, 2021 Posted November 30, 2021 Ahh, yes, now I got what you mean. I have always edited the HTML file first before opening it. 1
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 I will fix the problem with the server address field ASAP. Thanks for pointing it out. Vic 1
CBers 7113 Posted November 30, 2021 Posted November 30, 2021 3 minutes ago, VicMoore said: I will fix the problem with the server address field ASAP. Thanks for pointing it out. Vic Thanks Vic. Do you always post the latest release in the first post?
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 The problem is fixed. It was a stupid mistake. I have been trying to add the newest code to the first page, but sometimes its behind. Vic EmbyTagApp05.html
neik 870 Posted November 30, 2021 Posted November 30, 2021 (edited) 7 minutes ago, VicMoore said: The problem is fixed. It was a stupid mistake. I have been trying to add the newest code to the first page, but sometimes its behind. Vic EmbyTagApp05.html 135.8 kB · 0 downloads Entering a port with 5 digits doesn't seem to be possible as the field seems to be capped at 4 digits max. Might be an easy one to fix. Edit: And it keeps adding an http:// in front so that the link in the console shows up like this -> "http://https://mydomain..." Edited November 30, 2021 by neik
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Julian... You can search on tags. Do you want to search on file names also? vic
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Neik... Yes that's an easy one. I will fix it right now. vic
neik 870 Posted November 30, 2021 Posted November 30, 2021 Just now, VicMoore said: Neik... Yes that's an easy one. I will fix it right now. vic Thank you! Just edited my post above and added this: 3 minutes ago, neik said: Edit: And it keeps adding an http:// in front so that the link in the console shows up like this -> "http://https://mydomain..."
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Now the port field width is 5 digits Vic EmbyTagApp05.html 1
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Neik... I made the fix too quick. I will take the code out that's adding the http:// Try this code EmbyTagApp05.html 1
neik 870 Posted November 30, 2021 Posted November 30, 2021 The password field seems to be limited and my password is longer than that limitation so I end up with an authentification error.
CBers 7113 Posted November 30, 2021 Posted November 30, 2021 1 hour ago, VicMoore said: I have been trying to add the newest code to the first page, but sometimes its behind. Probably best to always add it to the first post, so people don't have to go through all of the 11 pages (so far). Any problems, let me know. 1
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 (edited) Neik... How long do you want the PW field to be? The field was 30 chars and I just changed it to 60 chars. Does that work for you? Vic Edited November 30, 2021 by VicMoore
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Thanks CBers. I will add it to the first post from now on. I am new to this forum. Vic 1
neik 870 Posted November 30, 2021 Posted November 30, 2021 19 minutes ago, VicMoore said: Neik... How long do you want the PW field to be? The field was 30 chars and I just changed it to 60 chars. Does that work for you? Vic That will do the job for me (32 chars) and to be honest I think for everyone else as well.
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 1 minute ago, neik said: That will do the job for me (32 chars) and to be honest I think for everyone else as well. Great... Please test out the code if you have the time. I typically only have time to write the code. I often don't have time to test it. Like everyone else, other duties have priority. Vic
neik 870 Posted November 30, 2021 Posted November 30, 2021 4 minutes ago, VicMoore said: Great... Please test out the code if you have the time. I typically only have time to write the code. I often don't have time to test it. Like everyone else, other duties have priority. Vic Sure, once it's uploaded I'll give it a go.
kanipek 229 Posted November 30, 2021 Posted November 30, 2021 @VicMoore EmbyTagApp05 - Fixed the login in issue for me. No longer need to edit the HTML file. Thank you!
VicMoore 735 Posted November 30, 2021 Author Posted November 30, 2021 Neik, attached below is the latest code. I think it's the same as the earlier post. I also updated the download on page 1. Vic EmbyTagApp05.html 1
neik 870 Posted November 30, 2021 Posted November 30, 2021 That did the trick, I am now able to log in. Thank you!
VicMoore 735 Posted December 5, 2021 Author Posted December 5, 2021 (edited) With some help from Kanipek I added to the tool the ability to add/delete selected media to/from an existing collection and the ability to create new collections. The code is below. Let me know if this works OK. Vic EmbyTagApp06.html Edited December 5, 2021 by VicMoore 2
VicMoore 735 Posted December 6, 2021 Author Posted December 6, 2021 For those that want the password field to be obscured all you have to do is comment out line 269 and uncomment line 268. This adds type="password" to the input field. Vic
neik 870 Posted December 6, 2021 Posted December 6, 2021 How is the filtering based on specific criteria going? Is there progress you want to comment on? Adding/removing tags appears to be working fine with what I tested.
VicMoore 735 Posted December 6, 2021 Author Posted December 6, 2021 Good morning Niek... I am employing Swagger to try out ideas on how to use the Emby API to filter. Things are going slow because my goal in writing this tool is to learn more about Javascript, jQuery and the Emby API. You can help by listing what you would like to filter on. I am currently using a phrase in the title. My progress my slow down for a few weeks because of family obligations before Christmas. I appreciate your comments and suggestions. If you have some time, please try out the new features for adding selected media to collections. Vic 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now