mobile app support? #975
Replies: 10 comments 5 replies
-
|
I second this too. I would like to know if there are any plans in terms of an app that will be integrated with MediaCMS. would be nice for Android to get one first then the AppStore later on. I would mainly use it for Android myself. This is something I have been wanting to know for some time now. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there. Is there any news on this? |
Beta Was this translation helpful? Give feedback.
-
|
This is an interesting idea, though I wonder if there are benefits over just using a mobile browser? Are there specific things needed that are limited to a mobile "app"? My experience is mostly mobile and it far exceeds my use case, so I'm curious what features would make it compelling on a mobile outside of the web. My thoughts lean towards perhaps easier download management for offline viewing, but again, I can do that already via the browser. What are you thinking? |
Beta Was this translation helpful? Give feedback.
-
|
Ok... so I'm sort of growing into this. I stubbed out a mobile app, have video playback working (still troubleshooting audio) and even support connections to multiple MediaCMS instances. I opted to use Flutter so it would theoretically be able to build support for iOS and Android (among others). A couple things:
Here's a screen recording of the app running in a iOS simulator. mediacms-app-smaller.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
Alrighty! Talk about fun. This was actually pretty straightforward. I've got a prototype running on both iOS and Android. |
Beta Was this translation helpful? Give feedback.
-
|
Here's a longer video of my latest prototype. It's about 4 minutes long and slightly too big to upload here. I still have a couple bugs to resolve but core functionality works. https://mrjoshuap.com/mediacms/mediacms-app-prototype-demo.mp4 Honestly, I kind of like it. I have noticed a few problems with the API though... it doesn't seem to implement all of the features I need, search doesn't seem implemented, I can't seem to grab content for a category/tag, I'm not sure I can "Report" media via API, and the middleware is not proxy aware (see related proxy/auth/api issues). Might be others, but it's late. For my purposes, my mediacms instance has over 15k videos and the website gets REALLY slow while browsing media lists (think My Media). I do NOT have that problem with the mobile app, it easily handles it and stays VERY responsive. I'm open to some thoughts or feedback. MediaCMS Mobile App - Prototype Release OverviewHigh-Level OverviewThe MediaCMS Mobile App is a mobile client that brings the power of MediaCMS to iOS and Android devices. This prototype release demonstrates the core functionality of a native mobile experience for MediaCMS instances, offering media browsing, playback, offline downloads, and multi-instance management. It also features configurable caching of media previews, gifs and metadata to help reduce the strain on the MediaCMS instances. Platform Support
Feature Comparison: Mobile App vs Website
Legend:
Key Mobile-Specific Features1. Offline Downloads
2. Multi-Instance Management
3. Native Media Playback
4. Mobile-Optimized UI
5. Enhanced User Experience
Implementation Status Summary✅ Completed Core Features
|
Beta Was this translation helpful? Give feedback.
-
|
I'll just leave this here... |
Beta Was this translation helpful? Give feedback.
-
|
Αmazing work, @mrjoshuap! 👏 I was wondering about your tech stack choice, do you plan to stick with Flutter/Dart for the long run, or have you considered a React Native version as well? Also, for anyone looking to contribute, would you say deep knowledge of Dart is essential, or are you planning to keep the architecture simple enough for others to jump in? Do you have any plans to release the source code on GitHub? |
Beta Was this translation helpful? Give feedback.
-
|
@mrjoshuap I'd like to ask more on the performance issues you mention - when visiting the website. Is it because it takes time to load the media (images), or you suspect something DB related? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, just wanted to ask how the Android app is going? I'm strongly interested and still waiting. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
hi, i am looking for a solution to use this with a mobile app (android mainly, but can be ios as well)
does anyone know of an app which can be used?
i dont want to use the browser at the moment.
Beta Was this translation helpful? Give feedback.
All reactions