Older releases (7 Viewers)

Re: AW: Filter by system makes client Crash Great job, very mutch better now :)
Re: AW: Filter by system makes client Crash Great job, very mutch better now :)
Seems due to restore UI state implementation : When clicking on "Filter by system" on any media library, the client crash. In...
Replies
2
Views
970
Re: AW: Server issue when paths are customized a certain way Sorry, my fault : I checked the fixed yesterday night, thought it was good, then not good, so I set the thread again to "bug" until I check better. I made a mistake yesterday while testing, and now I can confirm it's very ok. Thread set to "fixed". Cheers.
Re: AW: Server issue when paths are customized a certain way Sorry, my fault : I checked the fixed yesterday night, thought it...
Hi, As you may know, we work with Chefkoch on the installer to make all paths customizable. While testing it, I found...
Replies
3
Views
1K
Fixed after some debug with Albert. Thanks to him. Smeulf.
Fixed after some debug with Albert. Thanks to him. Smeulf.
Maybe a hard to solve bug, and a hard one to report correctly : randomly the client crash while changing theme. I have multiples...
Replies
3
Views
1K
AW: Text box does not support null string Ask morpheus... I don't use any TV code here, so I don't know anything about SlimTV.
AW: Text box does not support null string Ask morpheus... I don't use any TV code here, so I don't know anything about SlimTV.
Someone have implemented a new property for Video informations : VideoStoryPlot It's a nice to have, but in...
Replies
2
Views
1K
re: Potential deadlock situation on "add all to playlist" Hi, I set this one to fixed, cause I can't reproduce it anymore. Maybe due to the locking strategy in the ScreenManager component. Cheers. Smeulf.
re: Potential deadlock situation on "add all to playlist" Hi, I set this one to fixed, cause I can't reproduce it anymore...
Hi again, I may have found another problem, described in the logs as ERROR with "(deadlock?)" in the comment. It's not totaly...
Replies
1
Views
1K
Re: AW: Minnor : Fullscreen under the taskbar Fixed by Albert on master branch yesterday.
Re: AW: Minnor : Fullscreen under the taskbar Fixed by Albert on master branch yesterday.
Hi, Maximise the client, and then set it to fullscreen. You will see the Windows taskbar on top of the client... Cheers.
Replies
4
Views
2K
Albert78 provided a better fix: if (nextIndex == lastIndex) break;
Albert78 provided a better fix: if (nextIndex == lastIndex) break;
We made a small mistake in the fix for the endless loop. (Screenshot - Notice how it no longer wraps when inside the word, but...
Replies
1
Views
900
AW: MPF element: GradientStopCollection tested and it's working :thx:
AW: MPF element: GradientStopCollection tested and it's working :thx:
I found that I cannot use the "GradientStopCollection" from xaml code like: <RadialGradientBrush>...
Replies
2
Views
1K
Fixed a few minutes ago by Albert. Working well. Thanks.
Fixed a few minutes ago by Albert. Working well. Thanks.
When reading a playlist, if I display "Current media infos" and the media changes, the infos are not correctly updated : - Video...
Replies
8
Views
2K
Fixed yesterday doing a quick debugging session together :) Thx! (It was the WrapPanel with an off by one error for the last item)
Fixed yesterday doing a quick debugging session together :) Thx! (It was the WrapPanel with an off by one error for the last item)
Funny bug this time :) I have a ListView with with ItemSource bound to Generic List of my custom objects. They display fine, but...
Replies
2
Views
980
Re: AW: MP2 crash if installed on Program Files directory It is :)
Re: AW: MP2 crash if installed on Program Files directory It is :)
Hi, With UAC enabled, if I install (or copy) MP2 into the Program Files directory, both Client and Server will crash. Logs...
Replies
5
Views
2K
Re: AW: VideoPlayer : Client freezes randomely when starting a video So far so good here. I'll set this bug to "closed" in the week if no one reports another dead lock. Hehe, If even you Albert start to break the rules :P
Re: AW: VideoPlayer : Client freezes randomely when starting a video So far so good here. I'll set this bug to "closed" in the...
Hi, Since the new EVR, the client freezes randomely when trying to play a video, and memory used is increasing up to 300Mb when...
Replies
10
Views
3K
Re: AW: Enhancement ? Number of items for date search And that day has come ! The dates filters are now working ! Thanks Albert.
Re: AW: Enhancement ? Number of items for date search And that day has come ! The dates filters are now working ! Thanks Albert.
Hello, Just an idea : Is it possible for you to remove empty years/decades in the searchs by date or decade in...
Replies
2
Views
1K
AW: Music : MP3 reading crackle/scratch It's working fine now =) MP2 is getting better and better :P
AW: Music : MP3 reading crackle/scratch It's working fine now =) MP2 is getting better and better :P
When reading mp3 on my system, the music crackle/scratch about every second or less. I don't know if it's due to bassplayer that...
Replies
4
Views
1K
AW: Minnor / Charset or font problem : € char would it possible to test if a character is available in a font? If it should be possible it would be cool if MP 2 takes another font (a standard font) which has this character =)
AW: Minnor / Charset or font problem : € char would it possible to test if a character is available in a font? If it should be...
Hello, I was playing with the virtual keyboard, and i saw what I put in joined picture. The "€" char and 2 other chars aren't...
Replies
11
Views
2K
Re: AW: Browse media : can't display more than 500 items Hi, As you updated the number of items to 5000, now it works here, but I detected you may have a wrong calculation of the number of items, only for this screen : I think you count the total number of items (ie songs/videos/pictures) in all subfolders. Why ? Because my...
Re: AW: Browse media : can't display more than 500 items Hi, As you updated the number of items to 5000, now it works here...
As I said before, there is a small problem in this new function : it can't display more than 500 items, as all views in MP2. But...
Replies
2
Views
1K
AW: General considerations about playlists and media browsing I'll set this thread to "fixed" because all bugs are fixed. Two items from the original message are remaining; I'll put them onto an internal todo list: - Sort playlists - Save playlist position and resume playlist
AW: General considerations about playlists and media browsing I'll set this thread to "fixed" because all bugs are fixed. Two...
Hi all, Hi Albert, First, bugs or not completed fonctions : - When adding videos from a search using "Add all to playlist...
Replies
19
Views
2K
AW: Logs get cutoff Since we changed our logging framework to log4net, I guess this bug is gone.
AW: Logs get cutoff Since we changed our logging framework to log4net, I guess this bug is gone.
There is problem in logging system, that causes logs not being finished at the end. For example: 2010-09-26 10:45:15.091500...
Replies
3
Views
1K
AW: Client : Add all to playlist -> Wrong bugfix Fixed
AW: Client : Add all to playlist -> Wrong bugfix Fixed
Albert, Comit 3568 was a bugfix to add all items of a library to a playlist. It seems that bugfix is wrong. I'll try to...
Replies
2
Views
911
I've submitted a patch.
I've submitted a patch.
Hi, From commit 3852, when using the "Dark silver" theme, background picture is not shown until picture player or movie player...
Replies
4
Views
942
Re: AW: Minor / Crossfade duration configuration Unfortunately :( I don't even know if I could listen the fade-out / fade-in...
Re: AW: Minor / Crossfade duration configuration Unfortunately :( I don't even know if I could listen the fade-out / fade-in...
In Settings/Players/Rendering, there is two problems with the crossfade duration : 1- Can be set under 0 2- When setting 1.5...
Replies
2
Views
1K
AW: Playlists : 3rd playlist not correctly shown in "Remove playlist" screen Oh yes, you're right, we should limit the number of items scrolled by the mouse wheel to the number of visible items.
AW: Playlists : 3rd playlist not correctly shown in "Remove playlist" screen Oh yes, you're right, we should limit the number of...
Hi, About the same as...
Replies
1
Views
866
Fix confirmed. Thanks.
Fix confirmed. Thanks.
Hello, When trying to clic on "Continue" on the save playlist screen, I have this log, and can't save the playlist ...
Replies
4
Views
964
AW: Image uses thumbnails from thumbs.db if present Well, I was the one who broke it; Baboonanza's version worked. So I also had to fix it :-)
AW: Image uses thumbnails from thumbs.db if present Well, I was the one who broke it; Baboonanza's version worked. So I also...
Hey, I discovered that the background image of the new silver theme isn't rendered probably oO I wanted to tell you that the...
Replies
9
Views
1K
I know it can be done, but I have about the same problem you have : I can't find a way to enable forced subtitles with Haali and DirectVobSub, nor VLC btw that don't seems to implement "forced track" compilence. I keep looking the right way and report when I'll have enough element for you, but maybe it could take long. Cheers.
I know it can be done, but I have about the same problem you have : I can't find a way to enable forced subtitles with Haali and...
Hi, Situation : 1 MKV, 2 audio streams, 1 subtitle stream Codecs : Haali Spliter, DirectVodSub (VSFilter) If I register...
Replies
13
Views
4K
To spesial patch special test ;) I usualy report only bugs on the trunk. I am not a software ! I am a free(ware?) man !
To spesial patch special test ;) I usualy report only bugs on the trunk. I am not a software ! I am a free(ware?) man !
Hi, Very nice transitions between pictures. But I notice sometime the 1st transition does not complete and is replace by...
Replies
27
Views
3K
At the beginning the bugs are usually a bit more easier to fix - the hard, not so easy to reproduce (and to fix) are always left to the end :D
At the beginning the bugs are usually a bit more easier to fix - the hard, not so easy to reproduce (and to fix) are always left to...
Albert, From previous post, told about some playlist that didn't load. Client or server don't crash, but errors are reported...
Replies
3
Views
937
AW: Playlists : Add an entire library doesn't works Oh, I just read your new bug report. Forget my previous posting. I'll check your logs from the other report.
AW: Playlists : Add an entire library doesn't works Oh, I just read your new bug report. Forget my previous posting. I'll check...
In "Home/Music Library", "Home/Picture Library" or "Home/Video Library" : When pressing "Add all to playlist", "Progress" window...
Replies
11
Views
2K
re: Import share : Problem with artists containing "/" or "," Hi, It's ok from SVN 3550.
re: Import share : Problem with artists containing "/" or "," Hi, It's ok from SVN 3550.
When share is imported, artists containing "/" or "," are displayed 2 times. Example with AC/DC : It's shown as "AC" and as...
Replies
4
Views
1K
Yes Albert, surrent SVN show an audio stream for all my vids. Tks to all of you.
Yes Albert, surrent SVN show an audio stream for all my vids. Tks to all of you.
Just a remark this time, not really a bug. When reading a video in PIP, and clicking in that video, the main screen gets video...
Replies
11
Views
3K
Top Bottom