The officially official Devuan Forum!

You are not logged in.

#1 2024-12-27 23:49:28

zephod
Member
Registered: 2024-12-27
Posts: 5  

Amazon mydedia

I wanted to try Amazon's mymedia (https://www.mymediaalexa.com/#section-3) to play my local music files on Amazon devices. The .deb file only comes with systemd service files. Is there a way to convert these to init.d start scripts? Anyone else tried this?
I found an old post that contained a sysd2v.sh script to do it but is doesn't work any more.

Steve

Offline

#2 2024-12-27 23:59:49

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,285  

Re: Amazon mydedia

Does a music player need to start at boot?

Online

#3 2024-12-28 00:15:17

zephod
Member
Registered: 2024-12-27
Posts: 5  

Re: Amazon mydedia

The player doesn't need to start at boot time but a server should so that any time music was requested, it would start playing.
I tried just running the executable but there were errors

ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542

Offline

#4 2024-12-28 01:30:35

RedGreen925
Member
Registered: 2024-12-07
Posts: 41  

Re: Amazon mydedia

ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Check to make sure you have the libgtk3-nocsd0 package installed that is the package that contains that file.

zeus@9600k:~$ apt-file search libgtk3-nocsd.so.0
libgtk3-nocsd0: /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0

If installed and it does not start then no clue on solution to garbage programming.

Offline

#5 2024-12-28 15:20:32

zephod
Member
Registered: 2024-12-27
Posts: 5  

Re: Amazon mydedia

It is installed so it looks like I'm out of luck.

Offline

#6 2024-12-29 01:07:31

pcalvert
Member
Registered: 2017-05-15
Posts: 224  

Re: Amazon mydedia

This appears to be relevant:

Has MyMedia for Alexa been scrapped? What is a reasonable time for a support reply?
https://www.reddit.com/r/alexa/comments/18jsfic/has_mymedia_for_alexa_been_scrapped_what_is_a/


Freespoke is a new search engine that respects user privacy and does not engage in censorship.
Another one is called Luxxle.

Offline

#7 2024-12-29 17:57:14

zephod
Member
Registered: 2024-12-27
Posts: 5  

Re: Amazon mydedia

So I found that they have a docker version and I was able to get that to work.
Unfortunately, they want to charge me to play MY music on MY device over MY network. I don't think so.
Does anyone know of another way, like an open source version of MyMedia?

Offline

#8 2024-12-29 19:25:15

rolfie
Member
Registered: 2017-11-25
Posts: 1,198  

Re: Amazon mydedia

My private suggestion: look into free tools and devices instead of that proprietary stuff. You will be much happier.

I have a file server in the basement where I store my music files. And I use Audacious and a play list to play that music over my network on my PC.

Online

#9 2024-12-30 06:54:24

pcalvert
Member
Registered: 2017-05-15
Posts: 224  

Re: Amazon mydedia

You may be in luck. I stumbled upon this yesterday and saved the info because it looks like it could be very useful:

The Free Software Media System | Jellyfin
https://jellyfin.org/


Freespoke is a new search engine that respects user privacy and does not engage in censorship.
Another one is called Luxxle.

Offline

#10 2024-12-31 09:18:30

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 258  

Re: Amazon mydedia

music CDs and video DVDs are making a comeback and can easily be found at resale shops offline/online/etc.

perhaps the bigger issue is keeping those simple players operational
(who knew you could wear an optical device out...rhetorical, naturally)

https://en.wikipedia.org/wiki/Discman

then there are those returning to acoustical roots(actual instruments)

see for example(requires javascript):
https://www.awfulpurdies.com/

for the non-javascript amongst us:
https://www.iowapublicradio.org/ipr-music/2023-05-08/awful-purdies-iowa-folk-band


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#11 2024-12-31 10:27:54

ks
Member
Registered: 2018-05-08
Posts: 31  

Re: Amazon mydedia

I looked at Jellyfin the other day but ran away as it takes up too much screen space (and other resources). Listening to music isn't all I do during the day (and I don't watch movies).

About a year ago I installed Chimaera (devuan 4.0) on a retired server to use as a media server. I used 4.0 because I wanted to use xmms2 as a music player (it's no longer available as of 5.0, thus 4.0) but didn't want to mess with getting source and building it.

As my other boxes here use 5, I created two scripts that allow me to control xmms2 on the media server via ssh (using public key auth) as if it were installed on my own pc. I now can use xmms2 commands on my devuan 5 pc as if it were installed locally, except that the soundcard and speakers are now connected to the media server.

On the media server I have about half a HDD worth of (dance) mixes from one to mostly two hours long, some of which I did myself when I was dj'ing (many) years ago, some I still do when I feel creative and I have the time (my taste hasn't changed much), but most have been bought online (frisky radio was brilliant when "polefolder" was still selling his mixes there). On the server there are also 1000's of records (painfully digitised when I stopped dj'ing) I have ever bought and played, and a somewhat smaller collection I call "chill". All in all it would take months and months to listen to everything once 24/7.

ks
When the media player (that's booted by my local "xmms2" script using "wake on lan") starts, it runs a local ~/.xmms.rc to clean up yesterday's list and log, to create a randomly sorted list of all the mixes and about two dozen oldies, and then starts to play.

I've built but not yet installed a daapd fork (owntone-server) so I could listen to my stuff on my phone when I'm not in my office. Photos can be viewed with a browser from anywhere (lan only).

If there's interest I will upload the two xmms scripts I build (adding a few comments so you know what I'm doing).

Offline

#12 2024-12-31 11:25:19

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 258  

Re: Amazon mydedia


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#13 2025-01-05 15:36:31

zephod
Member
Registered: 2024-12-27
Posts: 5  

Re: Amazon mydedia

So I think I have found a solution that will work for me.
It is something I already have and use but I didn't know I could use it to play my media.
https://www.openhab.org/
and more specifically https://www.openhab.org/docs/configurat … o-playback

Thanks for the feedback. Some interesting possibilities.

Offline

Board footer