M3u export question

is there a query parameter that can affect the sorting of the channels in the m3u export?
for example, i would much rather export with sorting by channel number, especially when using devices/ANY where the ordering displays by channel number, but grouped by source.

I don't know if there is a direct API to do what you want, but this python script works really well to create a spreadsheet of all of your channels. Then you can sort it anyway you want. It assumes you are comfortable with running a python script.

thanks for sharing…
i’ve actually built a pretty complex powershell process for tidying things up that i’ll share one day soon.

this was a direct inquiry to see if there’s a parameter that can be added to the query string on export.
if not that’s fine, will just have to add another step on to the end of my script.