-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[media_server] Some minor issues #69
Comments
I'm also having some troubles. I uploaded a few music files to the webpage. When I query for all Music sets using the python interface I get |
You need to do |
But if you look at the guide: https://github.com/strands-project/strands_ui/tree/hydro-devel/mongodb_media_server and the API it looks like you should be able to get it both ways? |
Sorry, I wrote that imagining that I would go back and add that call later but have not done yet. I'll add it to the list of improvments, but can't do it today... |
Ok, thanks. I'm able to get what I want now. |
Are there in news on the issues I mentioned, @cburbridge? Still cannot create a music collection because it does not show me the music files I uploaded. |
@cdondrup It works for me. Does the files not show at all? I think you need to create a music set and when you click it you can see the files which are available to add. |
Hmm, weird... I get them there in the second screen. Maybe it's some weirdness with the filenames. |
Tried renaming and re-encoding as wave files... Nothing works. Problem is that I cannot test the system if there are no music files in the media collections. I'll try adding some manually for now. |
Just tried myself... I don't see music files when creating a playlist. @cburbridge |
Sorry missed this. How are you running/hosting the media_server ? |
Ah. Could that be it: http://lcas.lincoln.ac.uk/strands_media |
The problem is that the audio files are uploaded with content type "audio/mp3" but i only looked for "audio/mpeg". I think it depends on the browser uploading it. |
The way it is hosted causes a problem: when I do
to redirect back to the referring page when adding or removing an item from a set, the webserver does not respond with the page as requested. For example, the referer is |
Oh. OK. Then forget this. Sorry. |
I created a PR for this as now works on my machine as well. Thank you! |
right... sorry |
Some quick feedback after trying the web interface, copied from here: strands-project/aaf_deployment#20 (comment)
The text was updated successfully, but these errors were encountered: