SponsorBlock Integration
Automatically skip sponsor segments, intros, outros, and unwanted content with customizable categories and real-time detection.
Real-time Detection
7+ Categories
Manual Override
player.setSponsorBlockCategories(['sponsor', 'intro']);
YouTube Chapters
Navigate through video chapters automatically with rich metadata, timestamps, and seamless chapter transitions.
Auto Detection
Rich Metadata
Navigation
const chapters = await player.getChapters();
Synced Lyrics
Display synchronized lyrics with precise timing, automatic track detection, and multiple provider support.
Real-time Sync
Auto Detection
Multi Provider
const lyrics = await player.getLyrics();
Filter Presets
16+ professional audio presets including Nightcore, Vaporwave, Karaoke, BassBoost, and gaming-optimized filters.
16+ Presets
One Command
Gaming Optimized
await player.setPreset('nightcore');
Enhanced Error Recovery
Automatic player migration, intelligent retry mechanisms, and graceful degradation for maximum uptime.
Auto Migration
Smart Retry
Zero Downtime
eura.migratePlayer(guildId, newNode);
HTTP/2 & Smart Switching
3x faster API calls with HTTP/2, zero-downtime node failover, and intelligent load balancing for maximum performance.
3x Faster
Zero Downtime
Auto Failover
nodeSwitching: { enabled: true }
Dynamic EQ & Audio
Real-time equalizer, A-B loop, playback speed control, and advanced audio processing for professional sound quality.
Real-time EQ
A-B Loop
Speed Control
await player.setABLoop(30000, 120000);
Voice Resilience
Auto-rejoin on disconnection, stuck playback detection, and intelligent voice recovery for uninterrupted music.
Auto Rejoin
Stuck Detection
Smart Recovery
voiceResilience: { enabled: true }
Performance Optimized
70% less RAM usage, 3x faster API calls, 95% faster node failover, and next-track preloading for instant transitions.
70% Less RAM
3x Faster
95% Faster Failover
// Automatic optimization - no config needed!