2394425147 / 2394425147/astrodx
[Question] How can I create an ADX file that can be correctly read by the program and automatically create collections?
- Ngôn ngữ chính
- C#
- Star
- 1.9k
- Fork
- 63
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### ⠀
- [x] This issue is not duplicated with any other open or closed issues
### Describe the bug
I created a zip file with the following directory structure:
```
chart.zip/
├── collection-info/
│ └── manifest.json
└── levels/
└── song1/
└── track.mp3
└── maidata.txt
└── bg.png
└── song2/
└── track.mp3
└── maidata.txt
└── bg.png
....
└── songN/
└── track.mp3
└── maidata.txt
└── bg.png
```
and the manifest.json is like:
```
{
"name": "maimai",
"id": null,
"serverUrl": null,
"levelIds": [
"song1",
"song2",
”more content, i use this for omit“,
"songN"
]
}
```
According to [https://astrodx.notion.site/ADX-Archive-Details-a8346048819a40b18f0a6c014c19b0b3](https://astrodx.notion.site/ADX-Archive-Details-a8346048819a40b18f0a6c014c19b0b3), this should be a valid ADX file for the Authored Collection category.
I have also tried the following format of ADX files.
```
chart.zip/
└── chart/
└── song1/
└── track.mp3
└── maidata.txt
└── bg.png
└── song2/
└── track.mp3
└── maidata.txt
└── bg.png
....
└── songN/
└── track.mp3
└── maidata.txt
└── bg.png
```
I think this is a reasonable ADX file of type Collection.
Charts have been imported correctly, but for some reason the collection wasn't created automatically.
This indicates that neither format was being correctly recognized, which is very confusing.
I tried importing a Collection format adx file using [v2.0.0 Release Candidate 8 (Hotfix 3)](https://github.com/2394425147/astrodx/releases/tag/v2.0.0.rc.8.fix.3), and a collection named "chart" was automatically created.
However, the Authored Collection format ADX files are consistently failing to load correctly. I'd like to know if this format is supported, or if there have been any subsequent changes. I noticed a slightly different Level Installation Details in [v2.0.0 Beta 5 Patch 0](https://github.com/2394425147/astrodx/releases/tag/v2.0.0.beta.5.patch.0). Is this the latest file format?
### Expected behavior
The charts were imported correctly and the collection should be created automatically.
### Steps to reproduce
1. Create a valid ADX file.
2. Import the ADX file.
3. Charts were imported successfully, but for some reason, the collection was not generated.
### Device information
Device: Xiaomi Pad 5 Pro
OS: Android 13 (HyperOS 1.0.2.0)
Version: v2.1.0.0000
### Screenshots
_No response_
### Additional context
I checked #167 , and my compressed file is already using the UTF-8 encoding format. It shows as UTF8Flag(bit11):1. Please help me. I can share my ADX file with you if needed.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.