Releases: hatopopvr/MyBSList
MyBSList v0.2.1: Sample Configuration Files Update and Fixes
[EN]
Sample Configuration Files Update and Fixes (#1 )
- Corrected configuration mistakes related to retrieving old scores (separated NF and NotPlay settings)
- Added images for old scores and NF
[JP]
サンプル設定ファイルの更新と修正 (#1 )
- 古いスコアの取得設定ミスの見直し (NF と NotPlay の設定を分離)
- 古いスコア、NF用の画像追加
↑Old playlist_config_sample | ↓new playlist _config_sample
Created playlist using new playlist_config_sample
Full Changelog: v0.2.0...v0.2.1
MyBSList v0.2.0: Enhanced Filtering and Simplified Configuration
[EN]
This update brings enhanced filtering options and simplified configuration to make creating BeatSaber playlists even more intuitive.
New Features and Improvements:
- Added new filter options: Njs, Notes, Bombs, Obstacles, and Days
- Set default values for song filter and score filter options, allowing users to remove unnecessary items for a cleaner configuration
- Automatically create and configure
config.ini
andplaylist_config.json
if they don't exist, making it easier for first-time users to get started - Display pop-up warnings for missing
config.ini
andplaylist_config.json
files - Updated the content of
playlist_config_sample.json
with the settings I'm using, providing a better starting point for new users
As always, we look forward to your feedback and suggestions.
Enjoy creating custom ranked map playlists more flexibly and efficiently!
[JP]
フィルタリングオプションの強化と設定の簡素化を行いました。
新機能と改善点:
- 新しいフィルタオプションの追加: Njs、Notes、Bombs、Obstacles、およびDays
- song filterとscore filterにデフォルト値を設定し、の不要な項目を削除して設定をすっきりさせることができるようになりました
- config.iniとplaylist_config.jsonが存在しない場合は自動的に作成および設定され、初回利用者が簡単に始められるようになりました
config.ini
およびplaylist_config.json
ファイルが欠けている場合にポップアップ警告を表示を追加しました- 私が使用している設定を反映した
playlist_config_sample.json
の内容を更新しました
いつものように、皆様からのご意見やご提案をお待ちしております。
より柔軟で効率的にカスタムランク譜面プレイリストを作成してお楽しみください!
Example) playlist_config.json
[
{
"list_name": "star00",
"image_path": "images/img_star_00.png",
"playlist_is_enable": "True",
# flag
"not_play_is_enable": "True",
"nf_is_enable": "True",
"not_fc_is_enable": "False",
"scorefilter_is_enable": "True",
# song filter for all ranked songs ※
"star_min": 0,
"star_max": 1,
"nps_min": 0,
"nps_max": 20,
"njs_min": 0, # New
"njs_max": 30, # New
"duration_min": 0,
"duration_max": 1000,
"notes_min": 0, # New
"notes_max": 10000, # New
"bombs_min": 0, # New
"bombs_max": 10000, # New
"obstacles_min": 0, # New
"obstacles_max": 10000, # New
# score filter for cleared song ※
"scorefilter_pp_min": 0,
"scorefilter_pp_max": 1000,
"scorefilter_acc_min": 0,
"scorefilter_acc_max": 98,
"scorefilter_miss_min": 0,
"scorefilter_miss_max": 10000,
"scorefilter_rank_min": 0,
"scorefilter_rank_max": 999999,
"scorefilter_days_min": 0, # New
"scorefilter_days_max": 10000 # New
},
# You can also write only the necessary items in a simpler form, like this:
{
"list_name": "old_1000Days",
"image_path": "images/img_old_red.png",
"playlist_is_enable": "True",
"not_play_is_enable": "True",
"nf_is_enable": "True",
"not_fc_is_enable": "False",
"scorefilter_is_enable": "True",
"star_min": 0,
"star_max": 13,
"scorefilter_days_min": 1000,
"scorefilter_days_max": 10000
}
]
MyBSList-v0.1.1
- [BugFix] Fixed a bug in which sample config
playlist_config.json
did not work due to an omission in the release.
release同梱漏れによりサンプルの設定ファイルplaylist_config.json
で動かない不具合を修正
MyBSList-v0.1.0
-
Change playlist configuration method & file.
(file: config.ini -> config.ini + playlist_config.json)
プレイリストの設定方法とファイルの変更. -
Add song filter setting conditions. (star, nps, duration)
曲フィルタ設定条件を追加.(★, nps, duration) -
Playlist name and icon image can now be configured. (added some images)
プレイリストの名称、アイコン画像を設定可能に。(いくつか画像を追加)
Note : this release is not compatible with the configuration file. Please check README.
If you overwrite the MyBSList directory when updating from v.0.0.0
, delete the work and log directories and then run MyBSList.exe
.
注意 : このリリースは設定ファイルに互換性がないので注意ください。設定方法については README_JPを参照ください。
v.0.0.0
からアップデート時にMyBSList
ディレクトリを上書きする場合は、workディレクトリとlogディレクトリを削除したのちMyBSList.exe
を実行するようにしてください。
MyBSList-v0.0.1
initial release