mpd VS filemanager

Compare mpd vs filemanager and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mpd filemanager
59 302
2,059 23,473
2.0% 2.9%
9.8 8.7
9 days ago 6 days ago
C++ Go
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mpd

Posts with mentions or reviews of mpd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-20.
  • MphpD - A PHP library for MPD
    2 projects | /r/PHP | 20 Jul 2023
    Last week I released v1.0.0 of MphpD - a fully-featured, dependency-free PHP library for the Music Player Daemon. It's my first take on a library so feedback and suggestions is very much welcome and appreciated.
  • Any ideas?
    1 project | /r/BudgetAudiophile | 10 Jul 2023
    mpd server + mpd clients? https://www.musicpd.org/
  • Festival v1.0.0 - A music player
    6 projects | /r/rust | 28 Jun 2023
    Eventually I'd like to continue with the other frontends I have planned, starting with festivald which will be a music daemon, similar to mpd.
  • Jukebox/local radio via UDP
    1 project | /r/javahelp | 20 Jun 2023
    It's not written in Java, but if you want to look at some source code and/or protocols to see how it's already been done, look at mpd (https://www.musicpd.org/). IIRC, it actually uses TCP.
  • Unable to use mpd
    1 project | /r/linuxquestions | 6 Jun 2023
  • Suche Empfehlung für Soundsetup für Wohnzimmer in Mietwohnung
    1 project | /r/de_EDV | 2 Jun 2023
  • How do I use Server as Speakers?
    5 projects | /r/selfhosted | 16 Apr 2023
    Well, it’s a slightly odd use case in that normally the server would just be the server and not also the player, but given the kit you’ve got it makes sense. Probably what you want is MPD plus one of the MPD web clients.
  • I don't want streaming music, I just want to stream my music
    22 projects | news.ycombinator.com | 5 Apr 2023
  • Whole home sync'd rpi audio w plex, spotify, airplay
    5 projects | /r/selfhosted | 4 Apr 2023
    You want SnapCast. You'd run snapserver on your Linux box and snapclient on your Pi's. Snapserver has support for Airplay (via shairport-sync) and Spotify (via librespot). I recommend using MPD for your music library, as I don't think PlexAmp can output audio in a way that's useful for snapserver.
  • Kubuntu and xRDP
    1 project | /r/Kubuntu | 4 Mar 2023
    If it is just music, have you considered MPD or similar? An entire DE seems like overkill. There are several good options for doing this and they're not difficult to set up. Even good ol' VLC has an HTTP interface option so you can set it to allow connections from your LAN, then launch in that headless mode, inside tmux or as a service, limited to files from a specific directory tree. It's then controllable from any device on your LAN has a web browser.

filemanager

Posts with mentions or reviews of filemanager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-27.
  • Ask HN: Spreadsheets like Google Sheets but not from Google?
    5 projects | news.ycombinator.com | 27 Jan 2024
    The OnlyOfffice desktop app is a pretty good and free alternative to Microsoft Office Suite. You can simply install it on your local machine for offline access.

    OnlyOfffice is also self-hostable as a web app for a cloud alternative to Google Sheets.

    Filebrowser is a self-hostable alternative to Google Drive.

    There's a pull request open to integrate OnlyOffice with Filebrowser for self-hosted google-drive + google docs.

    https://github.com/filebrowser/filebrowser/pull/1420

  • Ask HN: What is the best FOSS file sharing protocol/app?
    2 projects | news.ycombinator.com | 5 Jan 2024
    For strictly local use, Google's Nearby share is technically FOSS but the documentation is basically non-existent and a proper Linux implementation is not here yet. Alternatives aren't hard to find though, with Mint's Warpinator or KDE Connect having worked well for me.

    For non-local use (everything out of Bluetooth range), you almost have to trust a third party and it really depends on your use case. Want to send your friend a file or host pictures of your birthday for multiple people to download? For the former magic wormhole works great, for the later you could almost spin up a nextcloud or similar (personally I like https://github.com/filebrowser/filebrowser ). Want to regularly send files from device 1 to device 2? Now classic sync solutions like syncthing become really viable.

    If everything else fails, FTP always has your back

  • Finally a decent file browser in Game mode
    1 project | /r/SteamDeck | 8 Dec 2023
    I have been looking for a file browser which can run in game mode and is reasonably user friendly for simple file operations (copy/delete/rename, etc). Most people recommend Dolphin. it does work but there are issues: the color scheme looks really weird in game mode. context menu does not like game mode, either. Got file browser working (https://github.com/filebrowser/filebrowser) in game mode, which essentially an Edge app accessing a web server on localhost (running as user service). It took some time to set up but the end result is exactly what I would like to have.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    File Browser - For access to the files on my NAS
  • Self Hosted File upload service
    1 project | /r/selfhosted | 3 Oct 2023
    filebrowser has user management plus sharing capabilities
  • Folder/File sharing with multiple links
    1 project | /r/selfhosted | 9 Aug 2023
    Filebrowser suppports multiple shares with different expiration dates. It also offers file previews and generates QR Codes for the shares.
  • I need help creating a diy nas for under $1000
    1 project | /r/HomeNAS | 11 Jul 2023
    NextCloud is great for this, but if we're talking sharing files from your sync'd project collection, I'd probably instead recommend Filebrowser. You can point it to the same data store that syncthing is using and it'll make it easy to share the projects. Note that in order to do this you'll need to open up and expose filebrowser publicly. The simplest way to do this would probably be a cloudflare tunnel and for sharing files like this ad-hoc I don't see any issues with their TOS. For things like SyncThing though you'll still wanna do conventional port forwarding. the DIY approach instead of CloudFlare tunnel would be to port forward, set up a dynamic dns record, and set up letsencrypt certs
  • Does FileBrowser have a log of downloaded files ?
    2 projects | /r/selfhosted | 5 Jul 2023
  • Self-Hosted "Cloud" suggestion
    3 projects | /r/homelab | 4 Jul 2023
  • A lightweight nextcloud alternative
    3 projects | /r/selfhosted | 1 Jul 2023
    Why don't you try File browser? (https://filebrowser.org/) I also looked for things you looked for. But I didn't find anything.

What are some alternatives?

When comparing mpd and filemanager you can also consider the following projects:

Mopidy - Mopidy is an extensible music server written in Python

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

owntone-server - Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.

Filestash - 🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

squeezelite-esp32 - ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more

filegator - Powerful Multi-User File Manager

balena-sound - Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect

OpenMediaVault - openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.

VideoLAN Client (VLC) - VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/

h5ai - HTTP web server index for Apache httpd, lighttpd and nginx.

Jellyfin - The Free Software Media System

tinyfilemanager - Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager