Spin-FM RC4 released

The file manager got its RC4 out today. This is close to the final release – but bugs and issues might still exist. Also supporting or more added features might still come.

The main theme now looks like this. And there are multiple themes to choose from.

Code is available at the project’s Github: https://github.com/postman721/Spin-Fm

Current main features include:

  • USB Device Monitoring:
    Automatically detects USB devices using pyudev and displays them in a dedicated left panel. Click or right-click to mount/unmount devices.
  • Tabbed File Browser:
    Navigate your filesystem using multiple tabs with back/forward navigation and an address bar.
  • Multiple Selection and Clipboard Operations:
    Select multiple files/folders using standard selection techniques (e.g., Ctrl/Shift) and perform bulk operations like delete, cut, copy, and paste.
  • Context Menus:
    Right-click on items to access additional file operations.
  • Theming:
    Apply custom CSS themes to change the look and feel of the application. Themes are stored in the themes/ directory.
  • Trash Management:
    Easily empty your trash directory via the File menu.

Albix Player 4.5 released

Albix Player is a sleek and user-friendly media player built with Python and PyQt5.

Albix media player

Features
– Add Songs: Easily add multiple songs to your playlist.
– Play/Pause: Control playback with intuitive play and pause buttons.
– Stop Playback: Completely stop the current song.
– Remove Songs: Remove selected songs from your playlist.
– Playback Slider: Seek through songs using the playback slider.
– Volume Control: Adjust the playback volume to your preference.
– Playlist Management: Efficiently manage your list of songs.
– Error Handling: Gracefully handles playback errors and missing files.
– Responsive UI: Interactive buttons with hover effects for enhanced user experience.
– Video Playback: Play local video files.
– Radio Stations: Stream live radio stations directly from the application.

More info and download from project’s Github page: https://github.com/postman721/Albix

Blue Pulse: A Volume Controller with Bluetooth Pairing Integration

Here comes a new program: Blue Pulse. It is a Python application that provides a graphical interface to control system volume, manage input/output audio devices, and pair/unpair Bluetooth devices on Linux systems. This application requires PipeWire.

Here is a screenshot

Bluetooth pairing linux: Blue Pulse

And here is the link to the project’s Github page: https://github.com/postman721/Blue_Pulse