[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ampache - 3.5.1-0ubuntu1 --- ampache (3.5.1-0ubuntu1) karmic; urgency=low * New upstream release. Summary of new features: (LP: #377016) - Make the PHP error a little clearer for windows users by indicating that their version of PHP

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-06-09 Thread Charlie_Smotherman (porthose)
** Changed in: ampache (Ubuntu) Importance: Undecided = Wishlist -- transcoding files with scandinavian characters does not work https://bugs.launchpad.net/bugs/360411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-19 Thread davideotape
** Also affects: ampache4 via http://ampache.org/bugs/ticket/437 Importance: Unknown Status: Unknown -- transcoding files with scandinavian characters does not work https://bugs.launchpad.net/bugs/360411 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-19 Thread Bug Watch Updater
** Changed in: ampache4 Status: Unknown = Won't Fix -- transcoding files with scandinavian characters does not work https://bugs.launchpad.net/bugs/360411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Kristoffer Bergström
narrowed down the problem to the following line in /usr/share/ampache/www/lib/class/stream.class.php $song_file = escapeshellarg($song-file); Changing this to $song_file = $song-file; almost works, but not for paths with spaces (which is most of them). Besides it would have been a workaround at

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Kristoffer Bergström
locale LANG=fi_FI.UTF-8 LC_CTYPE=fi_FI.UTF-8 LC_NUMERIC=fi_FI.UTF-8 LC_TIME=fi_FI.UTF-8 LC_COLLATE=fi_FI.UTF-8 LC_MONETARY=fi_FI.UTF-8 LC_MESSAGES=fi_FI.UTF-8 LC_PAPER=fi_FI.UTF-8 LC_NAME=fi_FI.UTF-8 LC_ADDRESS=fi_FI.UTF-8 LC_TELEPHONE=fi_FI.UTF-8 LC_MEASUREMENT=fi_FI.UTF-8

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Charlie_Smotherman (porthose)
Kristoffer, Thank you for your bug report. I have forwarded this bug upstream. http://ampache.org/bugs/ticket/437 Thanks Charlie Smotherman (porthose) ** Bug watch added: ampache.org/bugs/ #437 http://ampache.org/bugs/ticket/437 -- transcoding files with scandinavian characters does not

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Kristoffer Bergström
Ok. the solution was pretty obvious, adding the line: setlocale(LC_ALL,'fi_FI.utf8'); above the other one. Could someone point me to the direction where this should be set globally? Shouldn't it be set for me? -- transcoding files with scandinavian characters does not work

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Charlie_Smotherman (porthose)
Upstream reported back on this bug That actually looks like a php / charset bug. Ampache obviously has the right filename, it appears as though the escapeshellarg() is stripping it. Either way. Not doing any non-security related fixes to 3.4.4. Ampache-3.5 which is due out late April, early May.

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Emmet Hikory
** Changed in: ampache (Ubuntu) Status: New = Triaged -- transcoding files with scandinavian characters does not work https://bugs.launchpad.net/bugs/360411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 360411] Re: transcoding files with scandinavian characters does not work

2009-04-13 Thread Kristoffer Bergström
There might be a hidden bug in ubuntu's php / apache. Shouldn't LC_ALL be set already??? Without any action on the users part. All the other variables were set... If it were ampache would have worked out of the box... -- transcoding files with scandinavian characters does not work