lyoko

joined 2 years ago
[–] lyoko@lemm.ee 1 points 2 weeks ago (1 children)

Do you use amd or intel. if amd, which amd driver you are using ?

[–] lyoko@lemm.ee 1 points 2 weeks ago

thank you very much for your confirmation. if i can not resolve this i will probably have to reinstall my system :'(

[–] lyoko@lemm.ee 2 points 2 weeks ago (3 children)

could you tell me how do you install your steam client ? thank you!

[–] lyoko@lemm.ee 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

yay I choose the PS5 controller because I like its ergonomics more but I will probably have to go to the same route as you :/

also do you zen kernel or the mainline kernel and which version of kernel you are using ?

[–] lyoko@lemm.ee 1 points 2 weeks ago

I've disabled everything and Steam still crashed. My wild guess is that my Steam client will crash when any controller is connected to the pc and not only the ps5 controller :/

If i start Steam client with -nojoy everything works fine but i can not use the controller with Steam :(

 

Hi, I would like to ask if you have any experience with the PS5 controller with Steam on Linux. Steam crashes (segfault) everytime I connect the PS5 to my pc regardless bluetooth or usb :/

One particular setup with my pc is I am using the linux zen kernel on arch instead of the mainline kernel. Does anyone of you have similar setup with me and has the PS5 controller working ?

Thank you very much!

Edit: forgot to mention that I could use the PS5 dualsense as a mouse and use dualsensectl to control it so i guess it is more or less a Steam problem :/

Edit: Thank you everyone for your supports. I find out that for some reason I don't have XTEST extensions enable which steam need to use. If I switch to another display manager with XTEST enabled, steam works again

[–] lyoko@lemm.ee 15 points 11 months ago* (last edited 11 months ago)

I have the same problem with navidrome so I've written a new Opensubsonic server in Rust with a permision model. You can check it out here: https://github.com/vnghia/nghe

[–] lyoko@lemm.ee 1 points 1 year ago

If you have some times, you could try my new Opensubsonic server, which is written with performance in mind (I've tried to do a lot of things in compile-time) especially if you are transcoding the song a lot.

[–] lyoko@lemm.ee 1 points 1 year ago* (last edited 1 year ago) (2 children)

Sorry to make you feel that way. You are the first commenter and the first star on github so I am really appreciate it. "Nghe" could be decompose into two parts: "ngh" and "e". The "e" part sound like "eh" but the "ngh" part is just "difficulty level: asian" so I put a video here: https://www.youtube.com/watch?v=ttA8ukm8lwI ("ngh" and "ng" have the same pronounciation). Thank you very much!

[–] lyoko@lemm.ee 3 points 1 year ago

Thank you! I just want to make my server as much cross-platform as possible :D

[–] lyoko@lemm.ee 2 points 1 year ago* (last edited 1 year ago) (2 children)

Here you go. But setting up a testing environment on github actions is too hard so it is built only for now.

Edit: test is added now

[–] lyoko@lemm.ee 4 points 1 year ago

Not sure what do you mean by filtering but this is my Symfonium UI

[–] lyoko@lemm.ee 3 points 1 year ago (2 children)

In the opensubsonic response there will be two fields for artist, one is artistid with only one artist (this is for compatible with old subsonic) and the other is artists with a list of artist ids. The server only sends back the list of artists ids and only these two clients read that field.

 

I am selfhosting Navidrome for sometimes but its lacks of support for multiple values really bugs me. Since I am having some free time, I've decided to write an opensubsonic server in rust (why rust? you guess). The notable features are:

  • In-memory transcoding with ffmpeg c api. Faster transcoding with no ffmpeg binary required and no need for pre-configurated transcoding profile.
  • Multiple values for artists/album artists/etc.
  • Permission models music folder per user.

It is still actively developped and lacks some Opensubsonic features (playlist/starr) and some external integrations like lastfm. However I would like to post it get some feedback about it.

Thank you very much!

12
submitted 2 years ago* (last edited 2 years ago) by lyoko@lemm.ee to c/selfhosted@lemmy.world
 

Maybe this is a little bit off-topic. I would like to ask how you manage your dockerfile.

I have a git repo hosting my configurations (docker-compose, traefik, etc). Then, I have a python script that reads data from JSON, renders the placeholder inside these files (the {{replace_me}}) by an actual value and outputs them to another directory. Finally, I cd to that directory and run docker-compose up -f .... (This approach takes inspiration from the terraform templatefile)

That JSON file is generated by some terraform code, along with terraform code for other stuffs (storage bucket, vps, dns, etc).

It works well for me so far. Especially for:

  • templating traefik toml configuration (I like it a lot more than the label approach).
  • secret in the docker env file (so my docker.env file has the form of secrect={{secret}}.

I know most templating docker part can be replaced by directly interpolating with environment variables but I don't really like it because it seems environment variables are not persistent.

Do you have any suggestions for my workflow ? I am always feel a litte bit off about this approach.

Edit: Thank you for your suggestions. I will try k8s for edge computing and if it does not work really well, I will stick with my current approach.

view more: next ›