Chad Fredericksen

Results 43 comments of Chad Fredericksen

Care to share your docker image?

@tdpsk Maybe just post your Dockerfile here and I can finish it?

The album art is shown from the folder.jpg in each album folder. MP3 files can also have album art embedded in the file itself as metadata. Gelli ignores the art...

I cant do a screenshot of the Jellyfin Android app. But attached is a screenshot of the embedded art thats in this mp3 file from the Jellyfin web GUI. I...

@urskog84 Dockerfile is here. https://github.com/ansible-semaphore/semaphore/blob/develop/deployment/docker/prod/Dockerfile

I think this can be done using an form action. I used it and it works well. There is a help menu on the Edit view that describes how to...

Here is my example, hopefully this will help. I have a "New Job" Edit View. In this Edit View, I have a 2 Fields with a select view. When a...

@jeyre05 @SenithDilitha I added the following liveness probe to my deployment and it works when I reboot the FileServer. I created an empty file in my mount and the pod...

I think you need a third (join) table called something like "employeedevice". Create a key to employees and a key to device table. Create a view of "employeedevice" and do...

@Txikivasco No, you can use the user.id for the context. Here is my trigger. ``` var date = new Date(); var current_date = date.getFullYear()+"-"+(date.getMonth()+1)+"-"+ date.getDate(); var current_time = date.getHours()+":"+date.getMinutes()+":"+ date.getSeconds();...