Which is was & was why I gave it a thumbs-up.(in what was intended as a constructive way)
Which is was & was why I gave it a thumbs-up.(in what was intended as a constructive way)
Nice! The one advantage I see in that is you have artist art, where my USB and Minidlna do not. They both have album covers, though.Works with Asset UPNP server
MiniDLNAIt looks like Minidlna does what I was looking for / hoping LMS could do. Search results are identical to USB-based storage. Now... are there any performance issues... we'll see. It's on a healthy box with wired connectivity, so fingers are crossed. Thanks to all who helped!
Thanks for the tip, installed the same way inside App mode - as you state, far betterYou must try Material - it is streets better than the default interface. I use all day on a PC using an instance launched in Chrome app mode
As matters stand the way Plex works inside the WHA may suit @jeffme the best. There are some glaring ommisions - lack of jumplist - but actually the search facility that @jeffme seeks is very good. If you are prepared to allow remote access to your Plex server the bonus is that the PlexAmp app works brilliantly when out and about - especially if your vehicle has CarPlay/AndroidAuto. You do not need a PlexPass for this.MiniDLNA
As I suggested yesterday, the free version of MinimServer should probably be where you start your investigations, moving then to the licensed version of MinimServer/AssetUPnP and finally onto servers that scrape artist images if that's your thing e.g. Plex/Jellyfin/Emby (even though they lack some of the features of the free MinimServer e.g. DiscSubtitles).
- Lacks an AlbumArtist index
- Delivers low resolution artwork, although WiiM do pull embedded during playback which can help
- Merges albums of the same name in the Album index (and possibly search)
- Doesn't support multi-value artist/genre tags
- Doesn't support standard artist xml tag so in most control points you'll see AlbumArtist instead of TrackArtist
- Internal IDs can change over database rebuilds (not incremental scans) so not suitable for playlists
WiiM are developing further Plex integrations so it's likely the solution that will work best with the WHA in future.
: ) - don't worry, I wasn't ignoring you! Just got around to playing with MinimServer today. I went ahead and paid for it (gotta support the little guys when you can).As I suggested yesterday, the free version of MinimServer
Hmmm... I'm not seeing search results from Plex on WHA; I can browse Plex from WHA, no prob. I'm not on the beta and I may have something set up wrong. DLNA access is on in Plex, hence the browse-ability. That said, glad to hear it's working for you, and I'm hopeful that it's coming soon.As matters stand the way Plex works inside the WHA may suit @jeffme the best. There are some glaring ommisions - lack of jumplist - but actually the search facility that @jeffme seeks is very good. If you are prepared to allow remote access to your Plex server the bonus is that the PlexAmp app works brilliantly when out and about - especially if your vehicle has CarPlay/AndroidAuto. You do not need a PlexPass for this.
It’s not DLNA it’s native Plex. If you are on the beta you will see a Plex entry directly under BrowseHmmm... I'm not seeing search results from Plex on WHA; I can browse Plex from WHA, no prob. I'm not on the beta and I may have something set up wrong. DLNA access is on in Plex, hence the browse-ability. That said, glad to hear it's working for you, and I'm hopeful that it's coming soon.
This rocks... as long as it works in search, too! Thanks for the insight. I signed up for the Plex beta, but very late, as using Plex (yet another server) wasn't something I wanted to do.It’s not DLNA it’s native Plex. If you are on the beta you will see a Plex entry directly under Browse
This rocks... as long as it works in search, too! Thanks for the insight. I signed up for the Plex beta, but very late, as using Plex (yet another server) wasn't something I wanted to do.
I've got notes covering most of them, but most people just take the recommendation - especially when the free version is enough for most.That table you've provided is impressive & makes me wonder if there is a feature comparison chart anywhere that contains this info across providers. I'm sure many would find it quite helpful!
Have you activated the MinimServer license? I can't remember what the default configuration is but make sure the following config option is set (and you've rescanned afterwards):So far, in *very limited* exploration (not testing), my impression is that Asset UPnP has advantages over Minimserver - see the artist artwork comparison and the album differences below.
serverOptions: indexArtwork=auto
doh! Just did that. :/Have you activated the MinimServer license?
I don't think Plex makes it easy, I had to use Tautulli to export them.I'll check out the porting of Artist image scrapes from Plex.
I hadn't noticed that.The album difference I was highlighting was the return of a collection that included a song by Marvin Gaye, which I thought was slick. Not sure if / how to configure minim to provide that return.
"object.container.album.musicAlbum" and (upnp:album contains "Marvin Gaye" or dc:title contains "Marvin Gaye" or upnp:artist contains "Marvin Gaye")
Some more settings to play with:doh! Just did that. :/
alphaGroup: Artist=10
indexTags: Compilation=1:My Compilations
indexTags: AlbumArtist=Various Artists:My Compilations
tagOptions: Album.sortTags={AlbumArtist, +Date, Album}
tagFormat: Album.displayFormat={$Date^^ - ^$Album}
From MinimWatch go to Show Log and put it in Debug/Trace mode (make sure you set it back to Info afterwards).Out of curiosity, what tools are you using to intercept the WiiM UPnP requests?
Very very cool - muchas gracias!From MinimWatch go to Show Log and put it in Debug/Trace mode (make sure you set it back to Info afterwards).
If I'm testing other servers I'll use the Android app UPnP Tool or the desktop app upplay with logging enabled.
I haven't needed to perform any network capture.