<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Parsa Alavinikoo</title>
    <description>The latest articles on DEV Community by Parsa Alavinikoo (@parsa_alavinikoo_1cccd4ff).</description>
    <link>https://dev.to/parsa_alavinikoo_1cccd4ff</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4012718%2F02ba945b-295b-4db8-b539-e38790b3e016.png</url>
      <title>DEV Community: Parsa Alavinikoo</title>
      <link>https://dev.to/parsa_alavinikoo_1cccd4ff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/parsa_alavinikoo_1cccd4ff"/>
    <language>en</language>
    <item>
      <title>AuraPlayer Update: Synced Lyrics, Dynamic Queue Engine, and Desktop UI Refinements (PyQt6)</title>
      <dc:creator>Parsa Alavinikoo</dc:creator>
      <pubDate>Tue, 07 Jul 2026 22:38:01 +0000</pubDate>
      <link>https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-update-synced-lyrics-dynamic-queue-engine-and-desktop-ui-refinements-pyqt6-1ekl</link>
      <guid>https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-update-synced-lyrics-dynamic-queue-engine-and-desktop-ui-refinements-pyqt6-1ekl</guid>
      <description>&lt;p&gt;Hey everyone! A while ago, I introduced &lt;strong&gt;AuraPlayer&lt;/strong&gt;, an offline desktop music player built with Python and PyQt6 designed to fix traditional UX frustrations—like messy multi-artist parsing and rigid navigation.&lt;/p&gt;

&lt;p&gt;If you missed the first post detailing the core architecture and how it handles large libraries smoothly using background threads, you can check it out here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-offline-music-player-with-true-multi-artist-support-live-themes-pyqt6-55p5"&gt;https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-offline-music-player-with-true-multi-artist-support-live-themes-pyqt6-55p5&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’m back with a major update! The project is moving forward exactly as promised, and several core roadmap features are now fully implemented and live.&lt;/p&gt;

&lt;p&gt;Here is what’s new in AuraPlayer:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. The Lyrics System (3 Different Formats Supported)
&lt;/h3&gt;

&lt;p&gt;The highly anticipated lyrics panel is officially here! AuraPlayer now dynamically reads, parses, and displays lyrics in three distinct formats depending on your audio tags and local files:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Enhanced Lyrics:&lt;/strong&gt; Supports word-by-world or advanced precise syncing for a truly immersive, karaoke-like scrolling experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sync Lyrics:&lt;/strong&gt; Standard time-stamped scrolling (&lt;code&gt;.lrc&lt;/code&gt; format) that perfectly follows the track second by second.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Plain Lyrics:&lt;/strong&gt; Traditional, static text blocks for tracks without precise time-stamps, ensuring you can still read along smoothly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Context-Aware Dynamic Queue Engine
&lt;/h3&gt;

&lt;p&gt;The playback queue has been completely overhauled to adapt directly to how you browse your music. Instead of a static list, the queue now auto-populates based on your current view, tab, or active sort criteria:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you sort your main library by &lt;strong&gt;Track Title, Artist, Album, or Genre&lt;/strong&gt;, the queue respects that exact order when playing the next track.&lt;/li&gt;
&lt;li&gt;Opening and playing songs from a specific &lt;strong&gt;Album Page&lt;/strong&gt; or &lt;strong&gt;Artist Profile&lt;/strong&gt; automatically confines and queues the appropriate context.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. UI Refinements &amp;amp; Better Grid Control
&lt;/h3&gt;

&lt;p&gt;Based on initial usability tweaks, I’ve streamlined the desktop interface to make it feel even more like a native app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Main Screen Controls:&lt;/strong&gt; I brought the primary control buttons directly onto the main interface layout. No more shuffling between separate screens just to trigger core playback actions—everything is accessible right away.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Grid &amp;amp; Table Enhancements:&lt;/strong&gt; Added clean grid separation lines to the main library track tables for better scannability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resizable Columns:&lt;/strong&gt; Track list columns (Title, Artist, Album, Duration) can now be fully resized by dragging, and the player caches your preferred column widths.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🚀 Pre-Release Binaries &amp;amp; Cross-Platform Testing Help Needed!
&lt;/h3&gt;

&lt;p&gt;I have officially published a &lt;strong&gt;Pre-Release version&lt;/strong&gt; with compiled binaries for &lt;strong&gt;Windows, macOS, and Linux&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Windows:&lt;/strong&gt; Fully packaged and verified using Inno Setup (&lt;code&gt;installer.iss&lt;/code&gt;). It works perfectly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;macOS &amp;amp; Linux:&lt;/strong&gt; The build pipelines are configured via GitHub Actions (&lt;code&gt;release.yml&lt;/code&gt;), but since I do not have physical access to a Mac or Linux machine to properly test the environment hooks, &lt;strong&gt;I need your help!&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are on macOS or Linux, I would deeply appreciate it if you could download the pre-release, run it, and let me know how it handles native audio output, fonts, and window framing.&lt;/p&gt;




&lt;h3&gt;
  
  
  🤝 How to Contribute, Bug Reports, and Pull Requests
&lt;/h3&gt;

&lt;p&gt;Just like before, AuraPlayer is fully open-source and community-driven. Whether you are a user or a Python developer, you can help shape the player:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Found a Bug?&lt;/strong&gt; Open an Issue on GitHub with your OS specs and the steps to reproduce it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Have an Idea / Fix?&lt;/strong&gt; Pull Requests are more than welcome! Whether it's optimizing the PyQt6 event loop, helping fix platform-specific bugs on Mac/Linux, or adding UI polish, feel free to contribute.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔮 What’s Next (Roadmap)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Global Search:&lt;/strong&gt; Global filtering directly from the top bar to jump straight to tracks, albums, or artists.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complete Playlist System:&lt;/strong&gt; Expanding the playlist sidebar to support full manual playlist creation/track injection, alongside smart automated playlists (like Liked Songs).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔗 &lt;strong&gt;Check out the Repo &amp;amp; Download the Pre-Release:&lt;/strong&gt; &lt;a href="https://github.com/parsaalavi1382/AuraPlayer" rel="noopener noreferrer"&gt;https://github.com/parsaalavi1382/AuraPlayer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you like the project or the progress so far, leaving a ⭐ on the repository helps a ton!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>showdev</category>
      <category>music</category>
      <category>opensource</category>
    </item>
    <item>
      <title>AuraPlayer: Offline music player with true multi-artist support &amp; live themes (PyQt6)</title>
      <dc:creator>Parsa Alavinikoo</dc:creator>
      <pubDate>Thu, 02 Jul 2026 19:33:43 +0000</pubDate>
      <link>https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-offline-music-player-with-true-multi-artist-support-live-themes-pyqt6-55p5</link>
      <guid>https://dev.to/parsa_alavinikoo_1cccd4ff/auraplayer-offline-music-player-with-true-multi-artist-support-live-themes-pyqt6-55p5</guid>
      <description>&lt;p&gt;I am currently building a desktop offline music player called &lt;strong&gt;AuraPlayer&lt;/strong&gt; (written in Python/PyQt6). The project is actively in development, and the main goal is to fix some of the most annoying UX issues found in traditional offline players.&lt;/p&gt;




&lt;h3&gt;
  
  
  What My Project Does
&lt;/h3&gt;

&lt;p&gt;The core engine handles native music playback and advanced library organization. Here are the key features I’m focusing on right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sleek &amp;amp; Clean UI:&lt;/strong&gt; Simple, intuitive, and highly user-friendly without unnecessary bloat.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;True Multi-Artist &amp;amp; Multi-Genre Support:&lt;/strong&gt; Unlike most offline players that mess up your library when a song has multiple artists or genres (e.g., creating a weird combo name), it cleanly parses and separates them under their individual profiles.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tabbed Navigation:&lt;/strong&gt; A browser-like tabbed system that lets you open artists, albums, or genres in separate, closable tabs for easy multi-tasking.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct Metadata Tag Management:&lt;/strong&gt; Features full and reliable audio metadata tagging, parsing, and track management built directly into the core engine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Animated Visual Feedback:&lt;/strong&gt; Active tracks display a beautifully pulsing 3-bar equalizer animation directly on top of the cover art in the tracks list, which smoothly toggles to a play indicator when hovered.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Playlists Sidebar &amp;amp; Tab:&lt;/strong&gt; A dedicated navigation space for your playlists is already built-in, displaying your custom collections seamlessly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;4 Beautiful Live Themes:&lt;/strong&gt; Switch instantly between Dark, Light, Midnight Blue, and Warm Amber without needing to restart the app.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complete Playlist System (Roadmap):&lt;/strong&gt; I am planning to expand the playlist ecosystem to support full creation, track injection, and deletion. This will include both &lt;strong&gt;Manual Custom Playlists&lt;/strong&gt; and &lt;strong&gt;Smart/Automatic Playlists&lt;/strong&gt; (like Favorites/Liked Songs).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Synced &amp;amp; Unsynced Lyrics (Roadmap):&lt;/strong&gt; A core lyrics display panel planned for subsequent updates to make the playback experience complete.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Target Audience
&lt;/h3&gt;

&lt;p&gt;This is a personal hobby and portfolio project. It is specifically geared towards music enthusiasts who maintain a local, high-quality offline music library (like FLAC, MP3, M4A) and are deeply frustrated with how traditional players handle collaborations and heavy tab navigation. It is open-source and meant for personal use, development learning, and community feedback.&lt;/p&gt;




&lt;h3&gt;
  
  
  Comparison
&lt;/h3&gt;

&lt;p&gt;Unlike most offline music players that often clump collaborating artists into a single, messy combo name or clutter the interface with rigid menus, this player offers a simple and highly user-friendly UI. It features native, intelligent multi-artist support right out of the box, a modern tabbed navigation system, and a robust architecture designed to fully support a built-in playlist ecosystem and a dedicated lyrics panel.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;A quick note on the project's future:&lt;/strong&gt; This is not going to be another abandoned repository. I am fully committed to completing this project over time, polishing existing features, and adding new functionality based on my ideas and your valuable feedback.&lt;/p&gt;

&lt;p&gt;The project is open-source, and I would love for you to check out the repo, try it out, and let me know if you find any bugs or have any suggestions!&lt;/p&gt;

&lt;p&gt;🤝 &lt;strong&gt;Contributions are welcome!&lt;/strong&gt; Feel free to share your ideas, open an Issue, or submit a Pull Request if you'd like to contribute to the project.&lt;/p&gt;

&lt;p&gt;🎬 &lt;strong&gt;Note:&lt;/strong&gt; You can watch the full animated GIF demo directly in the GitHub repository's README!&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/parsaalavi1382/AuraPlayer" rel="noopener noreferrer"&gt;https://github.com/parsaalavi1382/AuraPlayer&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>music</category>
      <category>python</category>
    </item>
  </channel>
</rss>
