12 Commits

Author SHA1 Message Date
pacnpal
609aecdc4e Updated default settings (video archiving enabled by default)
New database functionality and commands
Additional video format support (MKV)
Message duration now in hours (0-168)
Enhanced error handling and logging
Queue persistence and management improvements
Hardware acceleration updates
More detailed command descriptions
Improved performance & limitations documentation
2024-11-16 01:22:37 +00:00
pacnpal
121e1395f4 Updated default_guild_settings in core/base.py from 25MB to 8MB
Verified consistency with config_manager.py which already had 8MB as default
Confirmed proper validation in config_manager.py (allows 1-100MB range)
Verified all other files reference the max_file_size setting correctly
2024-11-15 20:11:43 +00:00
pacnpal
b1eafbb01d Refactor queue system into modular structure
- Created new queue module with separate components:
  - models.py: QueueItem and QueueMetrics data classes
  - persistence.py: Queue state persistence
  - monitoring.py: Health monitoring and metrics
  - cleanup.py: Cleanup operations
  - manager.py: Main queue management
  - __init__.py: Package exports

- Updated imports in video_archiver.py and processor.py
- Removed old enhanced_queue.py
- Updated README with new queue system details

This refactoring improves code organization and maintainability
through better separation of concerns while maintaining all
existing functionality.
2024-11-15 18:16:53 +00:00
pacnpal
dccd16e776 Update READMEs 2024-11-15 01:28:06 +00:00
pacnpal
06f5bf63a0 docs: Update README with comprehensive cog descriptions and requirements. Added detailed features for Birthday cog and setup requirements for Overseerr cog. 2024-11-14 19:44:28 +00:00
pacnpal
8b8a33cfc6 adding Overseerr cog to README and give its own README 2024-10-21 13:34:58 -04:00
a5333a1bd0 Update README.md 2024-09-28 22:19:04 -04:00
56aab1fb78 Update README.md 2024-09-28 22:18:50 -04:00
f52f208af4 Update README.md 2024-09-28 22:18:38 -04:00
f50985c43b Update README.md 2024-09-28 22:18:24 -04:00
9d35100fea Update README.md 2024-09-28 22:13:34 -04:00
e02c9f6ccb Create README.md 2024-09-28 22:10:53 -04:00