feat: Add VLC service for sound playback and management
- Implemented VLCService to handle sound playback using VLC. - Added routes for soundboard management including play, stop, and status. - Introduced admin routes for sound normalization and scanning. - Updated user model and services to accommodate new functionalities. - Enhanced error handling and logging throughout the application. - Updated dependencies to include python-vlc for sound playback capabilities.
This commit is contained in:
@@ -149,7 +149,10 @@ class AuthService:
|
||||
return None
|
||||
|
||||
def register_with_password(
|
||||
self, email: str, password: str, name: str,
|
||||
self,
|
||||
email: str,
|
||||
password: str,
|
||||
name: str,
|
||||
) -> Any:
|
||||
"""Register new user with email and password."""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user