Is it possiable to move the push notification to top right - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Is it possiable to move the push notification to top right (/showthread.php?tid=178734) |
Is it possiable to move the push notification to top right - rcmpayne - 2013-11-23 Hello All, is it possible to move the xbmc notification from the default bottom right to top right? My notifications are from sickbeard/sab RE: Is it possiable to move the push notification to top right - Martijn - 2013-11-23 by editing the skin files you can yes. RE: Is it possiable to move the push notification to top right - rcmpayne - 2013-11-23 can you prove me a example of what skin xml its listed in? iam looking at the skin xml files but all i can find is this </control> <control type="label" id="36348"> <textcolor>blue</textcolor> <align>left</align> <aligny>center</aligny> <label>Notification</label> <height>45</height> <width>750</width> <shadowcolor>black</shadowcolor> <font>font13_title</font> </control> RE: Is it possiable to move the push notification to top right - artrafael - 2013-11-23 Which skin are you using? I can move this to the appropriate skin support forum for you. RE: Is it possiable to move the push notification to top right - rcmpayne - 2013-11-23 Using default skin for raspberry pi, xbain RE: Is it possiable to move the push notification to top right - artrafael - 2013-11-24 Moved to Confluence forum. RE: Is it possiable to move the push notification to top right - User 34959 - 2013-11-24 It's DialogKaiToast.xml, change <posy>646</posy> RE: Is it possiable to move the push notification to top right - rcmpayne - 2013-11-24 that file does not exist at all. Here is what i got Searching for: <posy>646</posy> Found 0 occurrence(s) in 1079 file(s) Searching for: DialogKaiToast Found 0 occurrence(s) in 1079 file(s) List All: Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins 11/24/2013 01:08 PM <DIR> . 11/24/2013 01:08 PM <DIR> .. 11/24/2013 01:03 PM <DIR> Default 11/24/2013 01:08 PM 0 output.txt 11/24/2013 01:03 PM <DIR> skin.amber 11/24/2013 01:03 PM <DIR> skin.amber-xbian.mod Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\Default 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 11/24/2013 01:03 PM <DIR> 720p Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\Default\720p 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 05/17/2013 06:54 PM 3,375 DialogPackageInfo.xml 05/17/2013 06:54 PM 1,176 DialogWait.xml 10/13/2013 03:42 PM 2,683 DialogWaitBackground.xml 11/12/2013 10:18 PM 3,423 SettingsXbianDialog.template 11/18/2013 07:02 PM 28,466 SettingsXbianDialog.xml 10/11/2013 02:59 AM 8,624 SettingsXbianInfo.template 11/18/2013 08:33 PM 124,722 SettingsXbianInfo.xml 11/12/2013 10:18 PM 8,270 WizzardDialog.xml Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\skin.amber 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 11/24/2013 01:03 PM <DIR> 720p Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\skin.amber\720p 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 10/15/2013 08:02 PM 3,002 DialogPackageInfo.xml 10/15/2013 08:02 PM 902 DialogWait.xml 10/15/2013 08:02 PM 3,985 SettingsXbianInfo.template 10/15/2013 08:02 PM 149,419 SettingsXbianInfo.xml 10/15/2013 08:02 PM 1,794 welcomeDialog.xml Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\skin.amber-xbian.mod 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 11/24/2013 01:03 PM <DIR> 720p Directory of \XBian\.xbmc\addons\plugin.xbianconfig\resources\skins\skin.amber-xbian.mod\720p 11/24/2013 01:03 PM <DIR> . 11/24/2013 01:03 PM <DIR> .. 07/01/2013 07:24 PM 3,002 DialogPackageInfo.xml 07/01/2013 07:24 PM 902 DialogWait.xml 07/01/2013 07:24 PM 3,934 SettingsXbianInfo.template 10/15/2013 08:02 PM 148,271 SettingsXbianInfo.xml 07/01/2013 07:24 PM 1,794 welcomeDialog.xml RE: Is it possiable to move the push notification to top right - rcmpayne - 2014-12-24 bump i found the files DialogKaiToast.xml in \Kodi\addons\skin.confluence, \Kodi\addons\skin.re-touched and \Kodi\addons\re-touched however still not sure what posy values i need to change. i see lots of values for <posy> however, nonthing with a value of 646. can anyone help me with what file and what value to change to put the notifications to the top right of the screen? Re: RE: Is it possiable to move the push notification to top right - doug - 2014-12-24 (2014-12-24, 23:15)rcmpayne Wrote: bump I'm using Helix and my version of DialogKaiToast.xml starts with: Code: <?xml version="1.0" encoding="UTF-8"?> It's not 646, but guess which number I would try changing? Also, if you want your change to survive a skin update, you should copy the skin to /userdata/addons, modify the addon folder name, and name/id in the addon.xml. RE: Is it possiable to move the push notification to top right - rcmpayne - 2014-12-25 yea i am using helix now as well and my file shows the same as yours above. still not sure what file i need to alter Code: <?xml version="1.0" encoding="UTF-8"?> Re: RE: Is it possiable to move the push notification to top right - doug - 2014-12-25 (2014-12-25, 01:33)rcmpayne Wrote: yea i am using helix now as well and my file shows the same as yours above. still not sure what file i need to alter Really? It's right in front of you. Sigh. Change 640 to something lower, say 64. Reboot. Test. Change it higher or lower to your liking. Reboot. Rinse. Repeat. RE: Is it possiable to move the push notification to top right - rcmpayne - 2014-12-25 ok i got it working. 1. Edit C:\Program Files (x86)\Kodi\addons\skin.confluence\720p\DialogKaiToast.xml 2. change line 7 from <top>640</top> to <top>60</top> Code: <coordinates> RE: Is it possiable to move the push notification to top right - homeandvision - 2015-03-21 Hi, Can anyone point me to the folder where i find DialogKaiToast.xml on a machine running openelec 5? |