• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 44
Release [beta] reFred - 1.2.0 Beta 1 released
(2014-05-21, 15:20)sualfred Wrote: @schumi:
I will test the PVR kiosk thing. I never have kiosk mode enabled. Women reasons? Wink

What exactly do you mean with upcoming recordings. I never do recordings because recording german television is like collecting garbage bags - no need to record this crap. Do you have an example (another skin maybe) how it should looks?

edit:
Download again. The PVR kiosk issue is fixed. The main menu button will lead directly to the TV channels menu.

Upcoming recordings i mean scheduled recordings in PVR backend, for example TVHeadend.
As example you can check reFocus itself Wink
Recent change done to this by Jeroen https://github.com/jeroenpardon/skin.ref...f8c2c52965
Reply
If I remember, you said you'd move the watched/unwatched/watching notification on videos? I always forget where it is, when browsing :p
Reply
How do I add new music? In all my other skins I can just select the "Files" option which takes me to the add music option. Am I missing something?

Thanks
Reply
@herrnst:
Don't exactly know what you mean with the top/middle things ^^ (schreibs ma in Deutsch per PM oder hier wenn es keinen stört. Machts leichter für mich)
The fadeouttime is controled by "Player.ShowInfo". And the buffering/showinfo thing is controled in the same file. As soon buffering is complete for start playing a channel, the dialogseekbar.xml will be closed. Correct me if I'm wrong but I don't think its possible.

@herrnst + Iceman:
Ok, I will add an option to disable the glass effect completely.

@GrantXP:
It's already included Wink Activate "In Progress" menu point in the customize home section. It has an own button.

@schumi:
Ah, thanks! Will adopt his variable changes.

@treqie:
I moved them on the viewtype "list"

@shedrock:
the same way you do it on every other skin. Go to music, open the sidemenu and there is an option to acitvate/deactivate the library mode.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(2014-05-24, 13:43)sualfred Wrote: @herrnst:
Don't exactly know what you mean with the top/middle things ^^ (schreibs ma in Deutsch per PM oder hier wenn es keinen stört. Machts leichter für mich)
PM on the way Wink

(2014-05-24, 13:43)sualfred Wrote: The fadeouttime is controled by "Player.ShowInfo". And the buffering/showinfo thing is controled in the same file. As soon buffering is complete for start playing a channel, the dialogseekbar.xml will be closed. Correct me if I'm wrong but I don't think its possible.
Hmm. Lets add a bit more confusion Wink With the two other skins mentioned before (Confluence, Xp1080) the OSD info box isn't even displayed but you only see some buffering/precaching popup. The OSD box only shows when zapping channels. So you might even just completely remove the box on initial start, but on zapping it should stay as it is right now (note, everything IMHO only Wink )

Regards,
nst
script.xbmc.lcdproc!
Leia+VAAPI+HD-Audio+LCDproc addon,TVHeadend-master/DVB-C/T2+pvr.tvh addon on Ubuntu 18.04 (amd64)
Reply
@sualfred
With latest version I can't scroll below Movie studio's when customizing main menu.
No issues with mouse.

Thanks for your hard work btw Wink

/edit
Is In Progress menu item for series only or also for movies (didn't see any)?
Reply
@herrnst:
I will see what I can do.

@schumi:
Yep, thanks for the info. I will fix it.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
Dear sualfred,

I hope you don't mind, but I've edited your theme, so now for me it's a re-reFred reFocus revised theme Smile.
You could check it here. Keep up the good work! I really like your theme! This was the perfect Gotham theme to work with.

I have a question:
- do you know how could I set up/modify the theme when playing music, to show the currently playing song immediately (like it does when playing movies)? It's really strange when it's starts playing music in background, or it's just me, on android box?

Thanks
eM
Reply
Great skin. However, I feel with the latest update the seeking animation has become too obtrusive; though, I realize this is personal preference. I've modified some files to add an option to hide the seeking overlay. I feel this, although not as pleasing to the eye as the original, is more practical in daily use; for me, anyway.

Code:
--- skin.refred/720p/DialogSeekBar.xml  2014-05-23 14:42:49.000000000 -0500
+++ .xbmc/addons/skin.refred/720p/DialogSeekBar.xml     2014-05-24 17:14:25.709745152 -0500
@@ -8,11 +8,11 @@
                                <include>screen_Dimensions</include>
                                <texture colordiffuse="base_1play">overlays/base_color.png</texture>
                                <include>transition_Dialog</include>
-                               <visible>[Player.Paused | [Player.DisplayAfterSeek + ![Player.Forwarding | Player.Rewinding]]] + !Window.IsActive(MusicOSD) + !Window.IsActive(visualisation)</visible>
+                               <visible>[Player.Paused | [Player.DisplayAfterSeek + ![Player.Forwarding | Player.Rewinding]]] + !Window.IsActive(MusicOSD) + !Window.IsActive(visualisation) + !Skin.HasSetting(hideseekoverlay.enable)</visible>
                        </control>
-                       <include condition="!Window.IsActive(MusicOSD)">seek_animation</include>
+                       <include condition="!Window.IsActive(MusicOSD) + !Skin.HasSetting(hideseekoverlay.enable)">seek_animation</include>
                        <include>clock</include>
-                       <include>fadeinout</include>-->
+                       <include>fadeinout</include>
                        <control type="label">
                                <left>40</left>
                                <top>30</top>
Code:
--- skin.refred/720p/SkinSettings.xml   2014-05-23 08:13:37.000000000 -0500
+++ .xbmc/addons/skin.refred/720p/SkinSettings.xml      2014-05-24 17:16:16.789746350 -0500
@@ -400,6 +400,13 @@
                                                <selected>Skin.HasSetting(hidemusicinfo.enable)</selected>
                                                <include>settings_Radiobutton</include>
                                        </control>
+                                       <!--hide seeking overlay-->
+                                       <control type="radiobutton" id="713">
+                                               <label>$LOCALIZE[32015]</label>
+                                               <onclick>Skin.ToggleSetting(hideseekoverlay.enable)</onclick>
+                                               <selected>Skin.HasSetting(hideseekoverlay.enable)</selected>
+                                               <include>settings_Radiobutton</include>
+                                       </control>
                                </control>

                        <!--ADDONS-->
Code:
--- skin.refred/language/English/strings.po     2014-05-23 08:15:09.000000000 -0500
+++ .xbmc/addons/skin.refred/language/English/strings.po        2014-05-24 17:16:55.089746763 -0500
@@ -671,3 +671,7 @@
msgctxt "#32014"
msgid "Recently added music"
msgstr ""
+
+msgctxt "#32015"
+msgid "Hide seeking overlay"
+msgstr ""

Keep up the good work, sualfred.
Reply
"sualfred 1 -> For the non square thing: Sry, but you have to live with it. I prefer a real square cover art more. Otherwise there would be other glitches."

I'm a little confused by that answer. The Album Art is not square (like all actual album art is in reality) but you prefer it with the sides cut off so it's more..rectangular? Which is how it is now.

Hmmm..ok then.
Reply
@wacommike:
your mod looks good! Thank you. I hope you didn't have problems with my noob code skills ^^
Did you only changed the color values? In this case, I could add your color profile to mine if you want.

For the widgets, an additional activate window visualisation should do the trick. But i don't know if this would work in the libary mode. Can't test it right now.

@misthek:
The seeking thing will be edited.I also think its too obtrusive after using it for a while Smile

@Sarah:
Really? I always thought it's 12x12mm. If I'm wrong, I will correct it Wink
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
Quote:@shedrock:
the same way you do it on every other skin. Go to music, open the sidemenu and there is an option to acitvate/deactivate the library mode.

Actually all the skins I use have the "Files" option on the sub-menu so it makes it a lot easier. Anyway, I figured it out. I will add the files option to the sub menu.

Cheers!
Reply
(2014-05-25, 06:47)sualfred Wrote: @Sarah:
Really? I always thought it's 12x12mm. If I'm wrong, I will correct it Wink


Thanks. I'm not too worried about it, and i have noticed it seems to affect some Album Art views more than others. It seems fine with 'Slide' for example, but List, Thumbnail, and Left List have the sides cut off somewhat.

Also, all my music already has CDart, and i've noticed on the Now Playing screen that it's putting up another CD image behind my own. I've taken a couple Screenshots and overlaid a Green Square to kinda show what i mean. You can see in the Left List view how it's cutting off the name etc.

Hope that helps, but otherwise i'll live with it Smile

Image

Image
Reply
Not a fan of the new pause screen animation. I would prefer just a semi-transparent "PAUSED" text across the screen like it was previously. Would you be able to add an option to revert back to the old style, or point me in the right direction as to how to edit? Thanks.
Reply
@sarah:
You are right and thanks for the CD feedback. Will fix it

@deletedpenguin:
It will be changed again.I also don't realy like it.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 44

Logout Mark Read Team Forum Stats Members Help
[beta] reFred - 1.2.0 Beta 1 released22