-
Notifications
You must be signed in to change notification settings - Fork 14
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
Order of channels in channel groups #34
Comments
Hi! Since I am a :NET developer myself I thought I should do some research here, too. In the TVServer XBMC Server plugin in the method public List GetChannelInfosForGroup(string groupName) you seem to copy values of the requested group: (the variable names are probably wrong - I just took a little peek using Dotpeek) GroupMap current2 = enumerator2.Current; That (channel name and channelId) is exactly what is imported to XBMC. So why not add a "SortOrder" to your ChannelInfo-class and do a a list-sort by that member in the end of the method? Best, |
The problem is that I can't learn XBMC the sortorder field from MediaPortal. Will try your suggestion to sort the default "All channels" group based on the sort order. |
Hi Marcel! XBMC is a great program. From my point of view it is somewhat better than MediaPortal. MP is coool, too, but sooo unstable. We got a new (huge :-) ) TV we run with MP. And my girl-friends keeps picking on me, because MP crashes all the time. I would love to show her XBMC, but without good TV-support she'd kill me :-) Best, |
Hi!
First of all: Great work!! Please keep it up!!
When importing channels and channel groups from MediaPortal TVServer, the order of the channels in the group it created myself is broken. I tried all combinations of the "import channel options", but the order is always the same (and wrong).
Using
Best,,
Wolfram
The text was updated successfully, but these errors were encountered: