<?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: 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>
