Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275967 - media-video/mplayer-1.0_rc2_p20090530 broken rar file handling
Summary: media-video/mplayer-1.0_rc2_p20090530 broken rar file handling
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 16:52 UTC by Niko Efthymiou
Modified: 2009-07-28 17:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niko Efthymiou 2009-06-30 16:52:02 UTC
mplayer tries to handle rar by first looking to see if a .rar file with the same basename exitst. This breaks when the video is alread extracted and lies in the same directory as the .rar file. This is especialy annoing whene the .rar file is password protected, since mplayer can't handle them (which is another bug).

Reproducible: Always

Steps to Reproduce:
1. pack test.avi into test.rar
2. in the same directory copy a different video to test.avi
3. mplayer test.avi
Actual Results:  
mplayer plays the video in the .rar file.

Expected Results:  
mplayer should first try to open the .avi file and on failure try the .rar

[ebuild   R   ] media-video/mplayer-1.0_rc2_p20090530  USE="3dnow 3dnowext X a52 aac aalib alsa amrnb amrwb ass cddb cdio cdparanoia dirac dts dv dvd dvdnav enca encode faac faad fbcon gif iconv jack jpeg ladspa live lzo mad mmx mmxext mng mp2 mp3 nemesi network opengl osdmenu png pnm rar rtc samba schroedinger shm speex sse sse2 tga theora tremor truetype unicode vorbis x264 xanim xinerama xscreensaver xv xvid xvmc (-altivec) -bidi -bindist -bl -cpudetection -custom-cflags -custom-cpuopts -debug -dga -directfb -doc -dvb -dxr3 -esd -ftp -ggi -gmplayer -ipv6 -joystick -libcaca -lirc -md5sum -musepack -nas -nut -openal -oss -pulseaudio -pvr -quicktime -radio (-real) -sdl -ssse3 (-svga) -teletext -v4l -v4l2 -vdpau (-vidix) (-win32codecs) -zoran" VIDEO_CARDS="-mga -nvidia -s3virge -tdfx -vesa" 8,015 kB
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2009-07-28 17:15:55 UTC
(In reply to comment #0)

> Expected Results:  
> mplayer should first try to open the .avi file and on failure try the .rar

Not much we can do, that's an upstream issue / request.