-
Notifications
You must be signed in to change notification settings - Fork 304
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
.mp3 files uploaded with dataBrowser as .mp3$.mp3 #1318
Comments
This is a pretty bad problem. Would you like to make a pull request with a fix? Otherwise, I'll get around to fixing this. |
I am traveling until tomorrow and moving my server, so cannot propose
anything today. If you don't fix it before I shall try to propose a PR
tomorrow
Le mer. 16 oct. 2019 à 21:17, jaxoncreed <[email protected]> a
écrit :
… This is a pretty bad problem. Would you like to make a pull request with a
fix? Otherwise, I'll get around to fixing this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1318>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ5TZRNLWWRSY75FUMDJ7TQO5SEFANCNFSM4JA7R3GA>
.hi
|
@bourgeoa I cannot reproduce this. Could you send me the CURL of the request and the configuration of your NSS |
I am using NSSv5.2.0 on a docker installation https://alain.bourgeoa.ga/public/music/ I don't use curl. Can you send me an example. I am finalizing a PR fix. I must first build and test it on my server |
You can use the context menu in Network Monitor to copy a request as cURL. |
If you're already working on a fix, then that's fine. But for future reference, as @Ryuno-Ki pointed out, you can usually right-click on the request and copy it as CURL |
see PR #1328 |
see SolidOS/folder-pane#5 from @timbl
resource-mapper is creating the file
foo.mp3
asfoo.mp3$.mp3
contentType of .mp3 is audio/mpeg but iana extension for audio/mpeg is mpga.
So the check is a
false wrong match
and resource-mapper is creating foo.mp3$.mp3I think it should be foo.mp3
It can be generalized so that resource-mapper.mapUrlToFile returns foo.ext and not foo.ext$.ext
The text was updated successfully, but these errors were encountered: