mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-01 01:30:43 +01:00
- Sony Android (E-Format) now supports independent favorite list ordering
- fixed issue when saving Sony Android list with high program numbers (causing negative int32 values due to bit shift) - for unknown DVB service types the UI now shows the number instead of an empty string - loaders are now setting the OldFavIndex (to be consistent with the use OldProgramNr) - Form shows full file path in title bar - no longer defaulting to "swap" mode when opening a file and using "current order" - show "Source" column in the left list when editing a mixed source favorite list
This commit is contained in:
@@ -94,7 +94,7 @@ namespace ChanSort.Loader.Samsung
|
||||
else if (sortedFavorites != FavoritesIndexMode.Boolean && favValue != -1)
|
||||
fav |= mask;
|
||||
if (sortedFavorites == FavoritesIndexMode.IndividuallySorted)
|
||||
this.FavIndex[favIndex] = favValue;
|
||||
this.OldFavIndex[favIndex] = favValue;
|
||||
mask <<= 1;
|
||||
++favIndex;
|
||||
}
|
||||
@@ -131,7 +131,7 @@ namespace ChanSort.Loader.Samsung
|
||||
int providerId = data.GetWord(_ServiceProviderId);
|
||||
this.Provider = providerNames.TryGet((source << 16) + providerId);
|
||||
}
|
||||
this.SignalSource |= LookupData.Instance.IsRadioOrTv(this.ServiceType);
|
||||
this.SignalSource |= LookupData.Instance.IsRadioTvOrData(this.ServiceType);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user