-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[idea] ni2http sorted services list #30
Comments
Better would be sorted by start CU. |
.. or by name..... |
The code is open source. You could basically do it yourself. Even I did it (and I am not a programmer, just a normal user) Change https://github.com/piratfm/eti-tools/blob/master/wfficproc.c by separating the fields by a semicolon (which I hope it's not used for service labels) and remove unnecessary text and spaces and numbers, for instance Then output the I can post the detailled solution later, but I will not change the code here. And you can change line 186 in https://github.com/piratfm/eti-tools/blob/master/wfficproc.c#L186 from that the 1st service begins with 1, not with 0.
Of course you have to re-compile it by |
line 186 was the 1st thing I changed :-) |
sort by label: sort by SId: sort by subch (note, you have to specify it as number) sort by start CU (specified as number) sort by used CUs (specified as number) sort by protection level sort by bitrate (as number) sort by DAB/DAB+ You could then save this as alias so that you don't need to re-type them. |
Thank's. I'll try. |
would it be possible , in ni2http --list option, to get the services list sorted by subchannel ID ?
in order to get this...
The text was updated successfully, but these errors were encountered: