@ampache@fosstodon.org
@ampache@fosstodon.org avatar

ampache

@ampache@fosstodon.org

A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
https://ampache.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ampache, to php
@ampache@fosstodon.org avatar

6.4.0 out now!

This is a great release to move to. Numerous fixes and weird bugs squashed.

The 6 branches are winding up development but API6 will continue to be extended when development has moved to Ampache 7.

https://github.com/ampache/ampache/releases/tag/6.4.0

ampache,
@ampache@fosstodon.org avatar

@usox The commits must flow

ampache,
@ampache@fosstodon.org avatar

@usox you should live in a constant burned out state.

Makes the ups and downs easier

ampache,
@ampache@fosstodon.org avatar

@dogmazic that's great. We're starting to diverge between 6 and 7 now so really only api extension and bug fixes from now on

ampache, to kodi
@ampache@fosstodon.org avatar

FYI the demo servers are moving house today.

Expect a few hours down time while they're physically moved over and I update the DNS to the new IP.

and the Ampache demo sites use these demo's.

ampache,
@ampache@fosstodon.org avatar

Depending on your dns TTL sites are active again now!

simounet, to firefox
@simounet@mastodon.simounet.net avatar

Am I the only person having an issue with @ampache not playing the next song on Firefox? I'm stuck at the end of the first song. Same issue on the demo instance.

ampache,
@ampache@fosstodon.org avatar

@simounet

It's probably this change that will fix you.

I had my server trying to find one more second to play after the song had finished.

Now the server will give you a 416 error that the range doesn't exist and go to the next song

https://github.com/ampache/ampache/commit/6ea91a7e0f86d8140eb1db508aec8ab8d0deab00

ampache,
@ampache@fosstodon.org avatar

@simounet

You can also try develop.ampache.dev as well to see if it's fixed there.

If you get any more logs or information about it send me the details in a bug and I'll check it out.

ampache,
@ampache@fosstodon.org avatar

@simounet develop is going to be 6.4.0 so you can stay on develop until I release the next one.

When thats out you can use a zip or convert your branch to release6

ampache, to random
@ampache@fosstodon.org avatar

Hello

I've updated the api docs to try and explain how the media playback processes and helper methods work.

This should help flesh out some of the details about how Ampache handles things for you.

https://ampache.org/api/api-media-methods

ampache, to random
@ampache@fosstodon.org avatar

The first builds for 7 have been built!

Check out ampache/ampache:preview to see what's going on.

ampache,
@ampache@fosstodon.org avatar

@usox good idea, the docker repo needs a bit of time. It's been a little left behind

ampache,
@ampache@fosstodon.org avatar

@usox nosql-preview has built as of 2mins ago!

ampache, to random
@ampache@fosstodon.org avatar

users who use transcoding!

You should update your config files to remove the K from the encode_args strings.

I'll make a note of this in the docs for our next release, but this is a possible cause of stream time-outs and other issues playing transcoded files!

I think this closes out all the streaming issues I've had and should make the processes faster if you were affected

ampache, to php
@ampache@fosstodon.org avatar

6.3.1 is out now.

https://github.com/ampache/ampache/releases/tag/6.3.1

Just some things we've picked up over the last 2 weeks.

ampache, to random
@ampache@fosstodon.org avatar

6.3.0 is out now!

Over 60 pulls were merged this release which is definitely a record.

Work on the with lots of new methods and updates with testing on a blank database starting all the way back on Ampache 3.9.0!

https://github.com/ampache/ampache/releases/tag/6.3.0

ampache, to python
@ampache@fosstodon.org avatar

6.3.0 is on its way soon.

I need to document and test all the new api methods, but it's structurally completed now.

The library has really been helping with my lack of time and really helps find missed bugs.

After docs it's test, build and release time. Follow the pull for details about the incoming changes.

https://github.com/ampache/ampache/pull/3856

adamsdesk, to fediverse
@adamsdesk@fosstodon.org avatar

Make someone smile today on Follow Friday in showing gratitude towards these open source highlights with some boosts and follows.

https://www.adamsdesk.com/posts/discover-the-fediverse-made-you-smile/

  • Ampache @ampache
    A web app for audio/video streaming.
  • VeraCrypt @veracrypt
    A disk encryption with strong security.
  • UnrealIRCd @unrealircd
    IRC Server, serving thousands of networks since 1999.
  • CalyxOS @calyxos
    Reclaim mobile privacy and security.

ampache,
@ampache@fosstodon.org avatar

@adamsdesk @veracrypt @unrealircd @calyxos hey thanks for sharing us. With my new job the us is really important!

ampache, to random
@ampache@fosstodon.org avatar

7 has been forked into the patch7 branch

https://github.com/ampache/ampache/tree/patch7

IT BEGINS!

ampache,
@ampache@fosstodon.org avatar

@Okanogen

I'll document it more in the future, but the branch is going to become Ampache 7.

Breaking changes in the release (so far) is that the minimum php version will be raised to 8.2 and npm is being used for js packages.

This branch will become release7 and replace the current develop and master branches after it goes stable.

I'm not expecting a lot of major changes and the api will remain as version 6 so only extension there.

ampache,
@ampache@fosstodon.org avatar

@Okanogen it's gotten a lot better than when I started and I have less time to add new features and break things these days. :)

ampache, to php
@ampache@fosstodon.org avatar

I was meant to be doing less work...

The changelog for 6.3 is getting large.

So large that I haven't updated it for a while. It is great to see people pick up some slack for me when time is hard to come by.

ampache, to random
@ampache@fosstodon.org avatar

For developers I want to make a clear statement.

There will not be an API7 when Ampache 7 releases. We will continue to build and extend API6.

This means no breaking changes or removals to the API for our next major version.

ampache, to php
@ampache@fosstodon.org avatar

Development of 7 will need to start this year.

I think this will ready after July 2024 and will raise the minimum version to .

It usually takes me about 6 months depending on the removals and changes. I don't intend to make major structural changes to the backend so I think that's an over estimation.

I'll fork branches for ampache7 in Feb @usox

ampache,
@ampache@fosstodon.org avatar

@usox also.... splitting update is a massive task!

ampache,
@ampache@fosstodon.org avatar

@usox I made a few tests with old empty databases from 3.9.0.

I'll see if I can make some sql files for older versions using ampache-test to make sure there is actual content there as well. https://github.com/lachlan-00/ampache-test

  • All
  • Subscribed
  • Moderated
  • Favorites
  • normalnudes
  • everett
  • magazineikmin
  • thenastyranch
  • Youngstown
  • Durango
  • rosin
  • slotface
  • vwfavf
  • InstantRegret
  • PowerRangers
  • kavyap
  • tsrsr
  • DreamBathrooms
  • Leos
  • mdbf
  • hgfsjryuu7
  • GTA5RPClips
  • ethstaker
  • tacticalgear
  • ngwrru68w68
  • cubers
  • khanakhh
  • osvaldo12
  • tester
  • modclub
  • cisconetworking
  • anitta
  • All magazines