Skip to content
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

[Feature] New Lobby Music #155

Merged
merged 5 commits into from
Dec 13, 2024
Merged

[Feature] New Lobby Music #155

merged 5 commits into from
Dec 13, 2024

Conversation

Spatison
Copy link
Member

Описание PR

Я устал искать АП...

Музыка:

  • All that i can see by Эдипов Комплекс
  • Atomic Amnesia MMX by Phillip Dyer
  • Circles Around The Sun by Dispatch
  • Comet Halley by Stellardrone
  • Endless Space Expanded by Solus
  • Lasers rip apart by Sunbeamstress
  • Level! by DapperHusky
  • Marhaba by Ian Alex Mac
  • Flip Flap by X-ceed
  • Monument by Six Umbrellas
  • Singuloose by Janis Schiedková
  • Space Asshole by Chris Remo
  • Spaced by pinkblossom6
  • Space Oddity by Chris Hadfield
  • Space Shuttle by Эдипов Комплекс
  • Tintin on the Moon by Jeroen Tel

Изменения

🆑 Spatison

  • add: Added new musics in the lobby / Добавлена новая музыка в лобби

@Spatison Spatison requested a review from Remuchi December 11, 2024 18:37
@Spatison Spatison self-assigned this Dec 11, 2024
Copy link
Contributor

coderabbitai bot commented Dec 11, 2024

Walkthrough

В данном запросе на изменение были внесены изменения в класс ContentAudioSystem, где константа LobbyMusicCollection была переименована в WhiteLobbyMusic. Также был добавлен новый YAML-файл с метаданными для аудиофайлов, а в существующих YAML-файлах lobby.yml были добавлены новые аудиофайлы и активирован ранее закомментированный файл. Эти изменения касаются только обновления ссылок на аудиофайлы и не затрагивают логику работы методов.

Changes

Файлы Изменения
Content.Server/Audio/ContentAudioSystem.cs Переименование константы LobbyMusicCollection в WhiteLobbyMusic.
Resources/Audio/_White/Lobby/attributions.yml Добавлены новые записи аудиофайлов с метаданными.
Resources/Prototypes/SoundCollections/lobby.yml Добавлен активный аудиофайл - /Audio/Lobby/Monument.ogg.
Resources/Prototypes/_White/SoundCollections/lobby.yml Добавлена новая коллекция звуков WhiteLobbyMusic с перечислением аудиофайлов.

Suggested labels

Status: Needs Review

Suggested reviewers

  • Remuchi

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (3)
Resources/Prototypes/_White/SoundCollections/lobby.yml (1)

1-20: Добавьте пустую строку в конец файла

Для соответствия стандартам YAML необходимо добавить пустую строку в конец файла.

🧰 Tools
🪛 yamllint (1.35.1)

[error] 20-20: no new line character at the end of file

(new-line-at-end-of-file)

Resources/Prototypes/SoundCollections/lobby.yml (1)

23-23: Добавьте пустую строку в конец файла

Для соответствия стандартам YAML необходимо добавить пустую строку в конец файла.

🧰 Tools
🪛 yamllint (1.35.1)

[error] 23-23: no new line character at the end of file

(new-line-at-end-of-file)

Content.Server/Audio/ContentAudioSystem.cs (1)

17-17: Используйте стандартный формат комментариев

Комментарий // WD EDIT не соответствует стандартному формату документации. Рекомендуется либо удалить комментарий, либо добавить более подробное описание изменения.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 6bb71a4 and d0fbc23.

⛔ Files ignored due to path filters (17)
  • Resources/Audio/_White/Lobby/all-that-I-can-see.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/atomicamnesiammx.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/circles-around-the-sun.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/comet_haley.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/endless_space.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/every_light_is_blinking_at_once.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/lasers_rip_apart_the_bulkhead.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/level!.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/marhaba.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/mod.flip-flap.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/monument.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/singuloose.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/space-oddity.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/space-shuttle.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/space_asshole.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/spaced.ogg is excluded by !**/*.ogg
  • Resources/Audio/_White/Lobby/title3.ogg is excluded by !**/*.ogg
📒 Files selected for processing (4)
  • Content.Server/Audio/ContentAudioSystem.cs (1 hunks)
  • Resources/Audio/_White/Lobby/attributions.yml (1 hunks)
  • Resources/Prototypes/SoundCollections/lobby.yml (1 hunks)
  • Resources/Prototypes/_White/SoundCollections/lobby.yml (1 hunks)
🧰 Additional context used
🪛 yamllint (1.35.1)
Resources/Prototypes/SoundCollections/lobby.yml

[error] 23-23: no new line character at the end of file

(new-line-at-end-of-file)

Resources/Prototypes/_White/SoundCollections/lobby.yml

[error] 20-20: no new line character at the end of file

(new-line-at-end-of-file)

Resources/Audio/_White/Lobby/attributions.yml

[error] 79-79: no new line character at the end of file

(new-line-at-end-of-file)

🪛 GitHub Check: YAML RGA schema validator
Resources/Audio/_White/Lobby/attributions.yml

[failure] 1-1:
[/Resources/Audio/_White/Lobby/attributions.yml] 15.source: 'youtu.be/Hz6KO0gnrS8' is not a url.

🔇 Additional comments (5)
Resources/Prototypes/_White/SoundCollections/lobby.yml (1)

11-11: Проверьте специальные символы в именах файлов

Файлы level!.ogg и другие содержат специальные символы в именах. Хотя это технически допустимо, рекомендуется использовать только буквы, цифры и дефисы для обеспечения максимальной совместимости.

Also applies to: 12-12

Resources/Prototypes/SoundCollections/lobby.yml (1)

23-23: ⚠️ Potential issue

Проверьте дублирование аудиофайла Monument.ogg

Файл Monument.ogg присутствует как в коллекции LobbyMusic, так и в новой коллекции WhiteLobbyMusic. Это может привести к путанице при воспроизведении.

Рекомендуется:

  1. Определить, какая коллекция должна содержать этот файл
  2. Удалить файл из одной из коллекций
🧰 Tools
🪛 yamllint (1.35.1)

[error] 23-23: no new line character at the end of file

(new-line-at-end-of-file)

Content.Server/Audio/ContentAudioSystem.cs (1)

17-17: ⚠️ Potential issue

Проверьте все ссылки на старую коллекцию

Изменение имени коллекции с LobbyMusic на WhiteLobbyMusic может повлиять на другие части кодовой базы. Необходимо убедиться, что все ссылки обновлены.

✅ Verification successful

Изменение имени коллекции безопасно

Анализ кодовой базы показывает, что строка "WhiteLobbyMusic" используется только в одном месте - в константе LobbyMusicCollection. Все остальные упоминания "LobbyMusic" относятся к названиям переменных, методов и событий, а не к имени коллекции. Изменение имени коллекции не влияет на работу остального кода, так как все обращения к ней происходят через эту константу.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for references to old collection name
rg "LobbyMusic" --type-not yml

Length of output: 58


Script:

#!/bin/bash
# Search for references to old collection name with proper ripgrep syntax
rg "LobbyMusic" --type-not yaml

# Also search for WhiteLobbyMusic to see current usage
rg "WhiteLobbyMusic" --type-not yaml

# Use ast-grep to find string literals that might contain these collection names
ast-grep --pattern 'string $_ = "LobbyMusic"'
ast-grep --pattern 'string $_ = "WhiteLobbyMusic"'

Length of output: 5511

Resources/Audio/_White/Lobby/attributions.yml (2)

41-45: Проверьте пользовательские лицензии

Для треков с пользовательскими лицензиями необходимо убедиться в наличии соответствующих текстовых файлов с условиями лицензирования.

Also applies to: 56-60

✅ Verification successful

Let me check the content of the found license file to verify it matches the attribution.


Лицензионный файл найден и соответствует атрибуции

Файл flip-flap.txt присутствует в директории Resources/Audio/Lobby/ и содержит чёткие условия лицензирования от автора X-ceed, которые соответствуют информации, указанной в attributions.yml:

  • Разрешено свободное распространение для некоммерческого использования
  • Требуется разрешение автора для коммерческого использования
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify custom license files exist

# Check for flip-flap.txt mentioned in the attribution
echo "Checking for flip-flap.txt..."
fd -t f "flip-flap.txt" Resources/Audio/

# Check for any other license files
echo "Checking for other license files..."
fd -t f "license" Resources/Audio/_White/Lobby/

Length of output: 274


Script:

#!/bin/bash
# Check content of flip-flap.txt
cat Resources/Audio/Lobby/flip-flap.txt

Length of output: 1800


2-4: Проверьте актуальность источников музыки

Необходимо убедиться, что все указанные источники музыки доступны и активны.

Also applies to: 7-9, 12-14, 17-19, 22-24, 27-29, 32-34, 37-39, 47-49, 52-54, 62-64, 67-69, 72-74, 77-79

✅ Verification successful

Все источники музыки активны и доступны

Проверка показала, что все URL-адреса в файле attributions.yml возвращают код состояния HTTP 200, что означает их доступность. Единственное исключение - последняя ссылка youtu.be/Hz6KO0gnrS8, которая указана без протокола https://. Рекомендуется добавить протокол https:// для единообразия, но сама ссылка также ведет на действующее видео.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify music sources are accessible

# Extract and check all URLs from the YAML file
echo "Checking source URLs..."
grep "source:" Resources/Audio/_White/Lobby/attributions.yml | \
  sed 's/.*source: "\(.*\)".*/\1/' | \
  while read -r url; do
    if [[ $url == http* ]]; then
      echo "Checking: $url"
      curl -sL -w "%{http_code}" "$url" -o /dev/null
    fi
  done

Length of output: 4875

Resources/Audio/_White/Lobby/attributions.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (2)
Resources/Audio/_White/Lobby/attributions.yml (2)

4-4: Очистите URL-адреса от лишних параметров

Следующие URL содержат необязательные параметры отслеживания:

  • Строка 4: ysclid=m4k6j9v59l684837129
  • Строка 64: ?si=-UhlsL7qYvvV7Kjv

Рекомендуется использовать чистые URL без параметров отслеживания.

-  source: "https://www.youtube.com/watch?v=LFXo1XN6xc8&ysclid=m4k6j9v59l684837129"
+  source: "https://www.youtube.com/watch?v=LFXo1XN6xc8"

-  source: "https://youtu.be/rW86xYFmcVs?si=-UhlsL7qYvvV7Kjv"
+  source: "https://youtu.be/rW86xYFmcVs"

Also applies to: 64-64, 74-74


1-1: Стандартизируйте именование файлов

В именах файлов используются разные стили разделения слов:

  • Дефисы: all-that-I-can-see.ogg
  • Подчёркивания: comet_haley.ogg
  • Специальные символы: level!.ogg

Рекомендуется выбрать единый стиль именования файлов для улучшения поддерживаемости.

Предлагаю использовать нижнее подчёркивание как стандартный разделитель:

- files: ["all-that-I-can-see.ogg"]
+ files: ["all_that_i_can_see.ogg"]

- files: ["level!.ogg"]
+ files: ["level.ogg"]

- files: ["mod.flip-flap.ogg"]
+ files: ["mod_flip_flap.ogg"]

Also applies to: 6-6, 11-11, 16-16, 21-21, 26-26, 31-31, 36-36, 41-41, 46-46, 51-51, 56-56, 61-61, 66-66, 71-71, 76-76

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between d0fbc23 and c3761a9.

📒 Files selected for processing (1)
  • Resources/Audio/_White/Lobby/attributions.yml (1 hunks)
🧰 Additional context used
🪛 yamllint (1.35.1)
Resources/Audio/_White/Lobby/attributions.yml

[error] 79-79: no new line character at the end of file

(new-line-at-end-of-file)

🔇 Additional comments (2)
Resources/Audio/_White/Lobby/attributions.yml (2)

1-79: Добавьте пустую строку в конец файла

Для соответствия стандартам YAML необходимо добавить пустую строку в конец файла.

🧰 Tools
🪛 yamllint (1.35.1)

[error] 79-79: no new line character at the end of file

(new-line-at-end-of-file)


41-44: Проверьте наличие файлов с пользовательскими лицензиями

Для треков с пользовательскими лицензиями необходимо убедиться в наличии соответствующей документации:

  • Для "Flip Flap" требуется файл flip-flap.txt в директории Audio/Lobby
  • Для "Space Asshole" указаны специальные условия использования

Also applies to: 56-60

✅ Verification successful

Let me check the content of the license file to verify it matches the attribution.


Файл лицензии найден и соответствует указанным условиям

Файл flip-flap.txt присутствует в директории Resources/Audio/Lobby и содержит корректную информацию о лицензии, которая соответствует описанию в attributions.yml. Лицензия явно разрешает бесплатное некоммерческое использование и распространение, что согласуется с указанным в атрибуции.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Проверка наличия файла лицензии
fd -t f "flip-flap.txt" Resources/Audio

Length of output: 75


Script:

#!/bin/bash
# Проверяем содержимое файла лицензии
cat Resources/Audio/Lobby/flip-flap.txt

Length of output: 1800

@Remuchi Remuchi merged commit 8e921f4 into master Dec 13, 2024
10 checks passed
@Remuchi Remuchi deleted the lobby-music branch December 13, 2024 07:35
RedFoxIV pushed a commit to RedFoxIV/wwdpublic that referenced this pull request Dec 13, 2024
* feature: new lobby music

* fix: attributions

* fix: tupo

* Revert "237.2.0"

This reverts commit 08ecd6b.

* fix: attributions
RedFoxIV pushed a commit to RedFoxIV/wwdpublic that referenced this pull request Dec 13, 2024
TokiJumper pushed a commit to TokiJumper/wwdpublic that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants